2014-02-06 13:18:25 +01:00
|
|
|
export INCLUDES += -I$(RIOTBOARD)/wsn430-v1_4/include -I$(RIOTBOARD)/wsn430-common/include
|
|
|
|
|
2014-02-14 14:30:16 +01:00
|
|
|
ifeq (,$(filter cc2420,$(USEMODULE)))
|
2014-02-06 13:18:25 +01:00
|
|
|
USEMODULE += cc2420
|
|
|
|
endif
|
|
|
|
|
2014-02-14 14:30:16 +01:00
|
|
|
ifneq (,$(filter cc2420,$(USEMODULE)))
|
2014-02-06 13:18:25 +01:00
|
|
|
INCLUDES += -I$(RIOTBASE)/drivers/cc2420/include \
|
|
|
|
-I$(RIOTBASE)/sys/net/include
|
|
|
|
endif
|
2013-05-25 12:34:18 +02:00
|
|
|
|
2013-11-14 21:43:59 +01:00
|
|
|
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
2013-10-28 23:01:45 +01:00
|
|
|
include $(RIOTBOARD)/wsn430-common/Makefile.include
|