updated reference to "elfloader-tmp"
This commit is contained in:
parent
060225a97a
commit
93714fc39f
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.avr,v 1.3 2006/06/24 06:23:47 adamdunkels Exp $
|
||||
# $Id: Makefile.avr,v 1.4 2006/12/18 15:20:48 fros4943 Exp $
|
||||
|
||||
### Check if we are running under Windows
|
||||
|
||||
|
@ -21,7 +21,7 @@ SENSORS = #sensors.c button.c pir.c irq.c vib.c sound.c radio.c ctsrts.c \
|
|||
#lm71.c
|
||||
UIPDRIVERS = #me.c me_tabs.c slip.c tr1001-drv.c tr1001.c crc16.c
|
||||
SYSAPPS = #codeprop.c
|
||||
ELFLOADER = #loader-arch.c elfloader-tmp.c elfloader-avr.c symtab.c
|
||||
ELFLOADER = #loader-arch.c elfloader.c elfloader-avr.c symtab.c
|
||||
TARGETLIBS = clock.c flash.c
|
||||
|
||||
CONTIKI_TARGET_SOURCEFILES += $(SENSORS) \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.msp430,v 1.8 2006/12/18 11:48:18 adamdunkels Exp $
|
||||
# $Id: Makefile.msp430,v 1.9 2006/12/18 15:20:36 fros4943 Exp $
|
||||
|
||||
### Check if we are running under Windows
|
||||
|
||||
|
@ -28,7 +28,7 @@ UIPDRIVERS = me.c me_tabs.c slip.c crc16.c
|
|||
SYSAPPS = codeprop-tmp.c
|
||||
APPDIRS += $(CONTIKI)/apps/codeprop
|
||||
#ELFLOADER = loader-arch.c elfloader.c elfloader-msp430.c symtab.c
|
||||
ELFLOADER = elfloader-tmp.c elfloader-msp430.c symtab.c
|
||||
ELFLOADER = elfloader.c elfloader-msp430.c symtab.c
|
||||
TARGETLIBS = random.c serial.c
|
||||
|
||||
CONTIKI_TARGET_SOURCEFILES += $(MSP430) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue