Some fine tuning after the recent general modularization.
This commit is contained in:
parent
4db675e259
commit
ee3050897a
2 changed files with 2 additions and 2 deletions
|
@ -37,6 +37,8 @@ endif
|
||||||
|
|
||||||
all: cs8900a.eth lan91c96.eth w5100.eth
|
all: cs8900a.eth lan91c96.eth w5100.eth
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
CONTIKI_TARGET_DIRS = . lib sys
|
CONTIKI_TARGET_DIRS = . lib sys
|
||||||
CONTIKI_CPU_DIRS = . lib sys ctk net
|
CONTIKI_CPU_DIRS = . lib sys ctk net
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
.SUFFIXES:
|
|
||||||
|
|
||||||
CUSTOM_RULE_C_TO_OBJECTDIR_O = 1
|
CUSTOM_RULE_C_TO_OBJECTDIR_O = 1
|
||||||
$(OBJECTDIR)/%.o: %.c | $(OBJECTDIR)
|
$(OBJECTDIR)/%.o: %.c | $(OBJECTDIR)
|
||||||
$(TRACE_CC)
|
$(TRACE_CC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue