15 lines
346 B
Makefile
15 lines
346 B
Makefile
# Common Makefile between Z1 and Z1SP
|
|
|
|
CONTIKI_TARGET_SOURCEFILES += contiki-z1-platform.c
|
|
CLEAN += *.z1
|
|
|
|
include $(CONTIKI)/drivers/platform/z1/Makefile.common
|
|
|
|
ifeq ($(ZOLERTIA_Z1SP),1)
|
|
include $(CONTIKI)/drivers/platform/z1/Makefile.z1sp
|
|
endif
|
|
|
|
MODULES += core/net \
|
|
core/net/mac core/net/mac/framer \
|
|
drivers/dev/cc2420
|