2014-07-01 09:22:40 +00:00
|
|
|
# Common Makefile between Z1 and Z1SP
|
2010-08-24 16:26:38 +00:00
|
|
|
|
2017-05-13 11:09:58 +00:00
|
|
|
CONTIKI_TARGET_SOURCEFILES += contiki-z1-platform.c
|
|
|
|
CLEAN += *.z1
|
2010-08-24 16:26:38 +00:00
|
|
|
|
2017-05-15 14:58:13 +00:00
|
|
|
include $(CONTIKI)/drivers/platform/z1/Makefile.common
|
2013-11-28 13:06:42 +00:00
|
|
|
|
2014-07-01 09:22:40 +00:00
|
|
|
ifeq ($(ZOLERTIA_Z1SP),1)
|
2017-05-15 14:58:13 +00:00
|
|
|
include $(CONTIKI)/drivers/platform/z1/Makefile.z1sp
|
2014-07-01 09:22:40 +00:00
|
|
|
endif
|
|
|
|
|
2014-11-12 09:18:29 +00:00
|
|
|
MODULES += core/net \
|
2017-05-16 16:20:34 +00:00
|
|
|
core/net/mac core/net/mac/framer \
|
2017-05-15 14:58:13 +00:00
|
|
|
drivers/dev/cc2420
|