Some fine tuning after the recent general modularization.

This commit is contained in:
Oliver Schmidt 2014-02-02 17:59:06 +01:00
parent 4db675e259
commit ee3050897a
2 changed files with 2 additions and 2 deletions

View file

@ -37,6 +37,8 @@ endif
all: cs8900a.eth lan91c96.eth w5100.eth
.SUFFIXES:
CONTIKI_TARGET_DIRS = . lib sys
CONTIKI_CPU_DIRS = . lib sys ctk net

View file

@ -1,5 +1,3 @@
.SUFFIXES:
CUSTOM_RULE_C_TO_OBJECTDIR_O = 1
$(OBJECTDIR)/%.o: %.c | $(OBJECTDIR)
$(TRACE_CC)