mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
9 lines
179 B
Makefile
9 lines
179 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
CONTIKI_PROJECT = cc1200-demo
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../../..
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|