net: apps: Fix compile error of coap-observe-client
Include path was missing. Change-Id: I29c1b31143fe4d03cde5bd0cd63319960b817322 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
7f6dd71e79
commit
809f8ca16e
@ -1,4 +1,5 @@
|
||||
ccflags-y += ${PROJECTINCLUDE}
|
||||
ccflags-y +=-I${srctree}/net/ip
|
||||
ccflags-y +=-I${srctree}/net/ip/contiki
|
||||
ccflags-y +=-I${srctree}/net/ip/contiki/os/lib
|
||||
ccflags-y +=-I${srctree}/net/ip/contiki/os/sys
|
||||
|
||||
Loading…
Reference in New Issue
Block a user