Make sure that symbols.c is included in every native cpu build, not just the native target

ico
adamdunkels 2009-05-12 17:23:23 +00:00
parent 79b7cab36e
commit 00890caca8
2 changed files with 2 additions and 2 deletions

View File

@ -30,3 +30,5 @@ else
symbols.c symbols.h:
@${CONTIKI}/tools/make-empty-symbols
endif
contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}

View File

@ -16,5 +16,3 @@ CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
### Define the CPU directory
CONTIKI_CPU=$(CONTIKI)/cpu/native
include $(CONTIKI)/cpu/native/Makefile.native
contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}