1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

adapted native Makefiles to core restructuring

This commit is contained in:
Ludwig Ortmann 2013-04-10 12:52:19 +02:00
parent a623d14286
commit 34b2dc31e5
2 changed files with 8 additions and 0 deletions

6
native/Makefile.dep Normal file
View File

@ -0,0 +1,6 @@
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
USEMODULE += cc110x_spi
endif
endif

View File

@ -19,3 +19,5 @@ LINKFLAGS = -lrt -m32
ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif
include $(RIOTBOARD)/$(BOARD)/Makefile.dep