Removed generation of node-id.c file since node ID now is stored in EEPROM

This commit is contained in:
adamdunkels 2006-10-09 09:13:23 +00:00
parent e49539eea9
commit bf5b90d764

View file

@ -1,4 +1,4 @@
# $Id: Makefile.msp430,v 1.5 2006/10/09 09:12:46 joxe Exp $
# $Id: Makefile.msp430,v 1.6 2006/10/09 09:13:23 adamdunkels Exp $
### Check if we are running under Windows
@ -110,14 +110,3 @@ else
# settings for windows
-include ${CONTIKI}/cpu/msp430/buildscripts/Makefile.win
endif
### Node id ###
# .PHONY: node-id.c
# ifndef $(nodeid)
# nodeid := 0
# endif
# node-id.c:
# @-rm -f $@
# @echo >$@ "const unsigned short node_id = $(nodeid);"
# @echo ">>>> NODE ID SET TO $(nodeid)!"