2011-02-23 10:35:26 +01:00
|
|
|
# Common makefile between Z1 and Z1 Starter Platform
|
2010-08-24 18:26:38 +02:00
|
|
|
|
2011-02-23 10:35:26 +01:00
|
|
|
CONTIKI_TARGET_SOURCEFILES += contiki-z1-platform.c
|
|
|
|
CLEAN += *.z1
|
2010-08-24 18:26:38 +02:00
|
|
|
|
2011-02-23 10:35:26 +01:00
|
|
|
include $(CONTIKI)/platform/z1/Makefile.common
|
2010-08-24 18:26:38 +02:00
|
|
|
|