nes-proj/arch/platform/z1/Makefile.z1

12 lines
265 B
Makefile
Raw Normal View History

2019-01-11 15:38:43 +00:00
# Common Makefile between Z1 and Z1SP
CONTIKI_TARGET_SOURCEFILES += contiki-z1-platform.c
include $(ARCH_PATH)/platform/z1/Makefile.common
ifeq ($(ZOLERTIA_Z1SP),1)
include $(ARCH_PATH)/platform/z1/Makefile.z1sp
endif
MODULES += arch/dev/cc2420 os/storage/cfs