Merge pull request #657 from LudwigOrtmann/wsn430-v1_4_Makefiles
fix wsn430-v1_4 Makefilesdev/timer
commit
9fff3f5b90
@ -1 +1 @@
|
||||
USEMODULE += msp430_common
|
||||
USEMODULE += msp430_common
|
||||
|
@ -1,4 +1,13 @@
|
||||
export INCLUDES += -I$(RIOTBOARD)/wsn430-v1_4/include -I$(RIOTBOARD)/wsn430-common/include -I$(RIOTBASE)/drivers/cc2420/include -I$(RIOTBASE)/sys/net/include
|
||||
export INCLUDES += -I$(RIOTBOARD)/wsn430-v1_4/include -I$(RIOTBOARD)/wsn430-common/include
|
||||
|
||||
ifeq (,$(findstring cc2420,$(USEMODULE)))
|
||||
USEMODULE += cc2420
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring cc2420,$(USEMODULE)))
|
||||
INCLUDES += -I$(RIOTBASE)/drivers/cc2420/include \
|
||||
-I$(RIOTBASE)/sys/net/include
|
||||
endif
|
||||
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
||||
include $(RIOTBOARD)/wsn430-common/Makefile.include
|
||||
|
Loading…
Reference in New Issue