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:
parent
a623d14286
commit
34b2dc31e5
6
native/Makefile.dep
Normal file
6
native/Makefile.dep
Normal file
@ -0,0 +1,6 @@
|
||||
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
||||
ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
|
||||
USEMODULE += cc110x_spi
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -19,3 +19,5 @@ LINKFLAGS = -lrt -m32
|
||||
ifeq ($(strip $(PORT)),)
|
||||
export PORT = /dev/ttyUSB0
|
||||
endif
|
||||
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user