PROJECTINCLUDE is not required in app makefiles. Change-Id: I3751b7c51c453dfe47d207bb11d171138668c4e7 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
185 B
Makefile
7 lines
185 B
Makefile
ccflags-y +=-I${srctree}/net/ip/contiki
|
|
ccflags-y +=-I${srctree}/net/ip/contiki/os/lib
|
|
ccflags-y +=-I${srctree}/net/ip/contiki/os
|
|
ccflags-y +=-I${srctree}/net/ip
|
|
|
|
obj-y = echo-server.o
|