Removed generation of node-id.c file since node ID now is stored in EEPROM
This commit is contained in:
parent
e49539eea9
commit
bf5b90d764
|
@ -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
|
### Check if we are running under Windows
|
||||||
|
|
||||||
|
@ -110,14 +110,3 @@ else
|
||||||
# settings for windows
|
# settings for windows
|
||||||
-include ${CONTIKI}/cpu/msp430/buildscripts/Makefile.win
|
-include ${CONTIKI}/cpu/msp430/buildscripts/Makefile.win
|
||||||
endif
|
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)!"
|
|
||||||
|
|
Loading…
Reference in a new issue