Merge pull request #131 from oliverschmidt/master

Two minor retro-specific changes.
This commit is contained in:
Oliver Schmidt 2013-02-16 15:12:52 -08:00
commit c6620e47aa
5 changed files with 1 additions and 1 deletions

View file

@ -83,7 +83,7 @@ CUSTOM_RULE_C_TO_CO = 1
$(CC) -c -o $@ $(CFLAGS) -DAUTOSTART_ENABLE --create-dep $(@:.o=.d) $<
CUSTOM_RULE_LINK = 1
%.$(TARGET): %.co contiki-$(TARGET).a
%.$(TARGET): %.co $(PROJECT_OBJECTFILES) $(PROJECT_LIBRARIES) contiki-$(TARGET).a
$(LD) -o $@ $(LDFLAGS) -u _main $^ $(TARGET).lib
%.eth: $(OBJECTDIR)/%.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.