From bf5b90d76438114d73a7321023457b2b6ecd5dad Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 9 Oct 2006 09:13:23 +0000 Subject: [PATCH] Removed generation of node-id.c file since node ID now is stored in EEPROM --- cpu/msp430/Makefile.msp430 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/cpu/msp430/Makefile.msp430 b/cpu/msp430/Makefile.msp430 index 9457bde3a..a29af4f74 100644 --- a/cpu/msp430/Makefile.msp430 +++ b/cpu/msp430/Makefile.msp430 @@ -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)!"