boards: adapt to automatically included boards/$board/Makefile.dep
parent
f842619fec
commit
10e9336c78
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/msba2-common/Makefile.dep
|
@ -1,7 +1,6 @@
|
||||
USEMODULE += iotlab-common
|
||||
|
||||
include $(RIOTBOARD)/iotlab-common/Makefile.include
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
||||
|
||||
# add iotlab-a8-m3 include path
|
||||
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include
|
||||
|
@ -1,7 +1,6 @@
|
||||
USEMODULE += iotlab-common
|
||||
|
||||
include $(RIOTBOARD)/iotlab-common/Makefile.include
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
||||
|
||||
# add iotlab-m3 include path
|
||||
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include
|
||||
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/msba2-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
@ -0,0 +1 @@
|
||||
include $(RIOTBOARD)/msba2-common/Makefile.dep
|
Loading…
Reference in New Issue