Merge pull request #149 from oliverschmidt/master
Finetuned Language Card usage.
This commit is contained in:
commit
830b500a7d
1 changed files with 2 additions and 3 deletions
|
@ -39,12 +39,11 @@ CONTIKI_CPU = $(CONTIKI)/cpu/6502
|
||||||
include $(CONTIKI_CPU)/Makefile.6502
|
include $(CONTIKI_CPU)/Makefile.6502
|
||||||
|
|
||||||
LDFLAGS += -D __HIMEM__=0xBF00
|
LDFLAGS += -D __HIMEM__=0xBF00
|
||||||
|
LC_SOURCEFILES = process.c tcpip.c
|
||||||
|
|
||||||
ifeq ($(findstring WITH_REBOOT,$(DEFINES)),WITH_REBOOT)
|
ifeq ($(findstring WITH_REBOOT,$(DEFINES)),WITH_REBOOT)
|
||||||
LC_SOURCEFILES = process.c etimer.c uip_arp.c
|
|
||||||
LDFLAGS += -D __LCADDR__=0xD000 -D __LCSIZE__=0x1000
|
LDFLAGS += -D __LCADDR__=0xD000 -D __LCSIZE__=0x1000
|
||||||
else
|
LC_SOURCEFILES += etimer.c
|
||||||
LC_SOURCEFILES = process.c etimer.c ethernet.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Set a target-specific variable value
|
# Set a target-specific variable value
|
||||||
|
|
Loading…
Add table
Reference in a new issue