mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
|
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
||
|
CONTIKI_PROJECT = cc26xx-demo
|
||
|
|
||
|
all: $(CONTIKI_PROJECT)
|
||
|
|
||
|
CONTIKI_WITH_IPV6 = 1
|
||
|
|
||
|
CONTIKI = ../..
|
||
|
include $(CONTIKI)/Makefile.include
|