Fixed TARGET=minimal-net compilation issues on Darwin.

This commit is contained in:
Ilya Dmitrichenko 2012-03-02 10:04:59 +00:00 committed by David Kopf
parent 49cd7878e3
commit 1214086f97

View file

@ -2,6 +2,10 @@ ifndef CONTIKI
$(error CONTIKI not defined! You must specify where CONTIKI resides!)
endif
ifeq ($(HOST_OS),Darwin)
AROPTS = rc
endif
CONTIKI_TARGET_DIRS = .
CONTIKI_TARGET_MAIN = ${addprefix $(OBJECTDIR)/,contiki-main.o}