osd-contiki/platform/z1/Makefile.z1
Enric M. Calvo 1716d837fc Merge branch 'master' of git://contiki.git.sourceforge.net/gitroot/contiki/contiki into master_cleanup
Makefile.z1 is broken into .common and .z1 to share it with Z1 Starter Platform

Conflicts:
	.gitignore
	platform/z1/Makefile.z1
2011-03-25 17:46:38 +01:00

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