1716d837fc
Makefile.z1 is broken into .common and .z1 to share it with Z1 Starter Platform Conflicts: .gitignore platform/z1/Makefile.z1
7 lines
170 B
Makefile
7 lines
170 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
|