mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
58ef2342c2
It achieves exactly nothing other than generate confusion
10 lines
186 B
Makefile
10 lines
186 B
Makefile
all: sender-node receiver-node root-node
|
|
CONTIKI=../../..
|
|
|
|
UIP_CONF_IPV6=1
|
|
CFLAGS+= -DUIP_CONF_IPV6_RPL
|
|
|
|
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
include $(CONTIKI)/Makefile.include
|