2014-04-24 16:25:24 +02:00
|
|
|
*** stock_iot-lab_M3/openwsn/02a-MAClow/stupidmac/Makefile Thu Apr 24 11:01:36 2014
|
|
|
|
--- riot-openwsn-wip/openwsn/02a-MAClow/stupidmac/Makefile Thu Apr 24 16:55:54 2014
|
|
|
|
***************
|
|
|
|
*** 0 ****
|
|
|
|
--- 1,4 ----
|
|
|
|
+ MODULE:=$(shell basename $(CURDIR))
|
2014-10-19 13:47:19 +02:00
|
|
|
+ INCLUDES += -I$(RIOTBASE) -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTBASE)/drivers/cc110x_legacy/include -I$(RIOTBASE)/cpu/arm_common/include -I$(RIOTBASE)/sys/net/include/
|
2014-04-24 16:25:24 +02:00
|
|
|
+
|
|
|
|
+ include $(RIOTBASE)/Makefile.base
|
|
|
|
\ No newline at end of file
|