mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
9 lines
259 B
Makefile
9 lines
259 B
Makefile
# Common makefile between Z1 and Z1 Starter Platform
|
|
|
|
CONTIKI_TARGET_SOURCEFILES += contiki-z1-platform.c
|
|
CLEAN += *.z1
|
|
|
|
include $(CONTIKI)/platform/z1/Makefile.common
|
|
|
|
MODULES += core/net/ipv6 core/net/ipv4 core/net/rime core/net/mac/contikimac dev/cc2420
|