Skip to content

Commit

Permalink
Make sure that symbols.c is included in every native cpu build, not j…
Browse files Browse the repository at this point in the history
…ust the native target
  • Loading branch information
adamdunkels committed May 12, 2009
1 parent 79b7cab commit 00890ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cpu/native/Makefile.native
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ else
symbols.c symbols.h:
@${CONTIKI}/tools/make-empty-symbols
endif

contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}
2 changes: 0 additions & 2 deletions platform/native/Makefile.native
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 00890ca

Please sign in to comment.