samples: fix compilation error of nfc_hello
uart.h may include pci/pci.h, so add drivers/ to the include search path. Change-Id: Ic48a88c97c45e805ee7aec1df884cdb60d6fa33a Signed-off-by: Ido Yariv <idox.yariv@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Ido Yariv <ido@wizery.com>
This commit is contained in:
parent
ea6f5e09bd
commit
ae08f73f72
|
@ -1 +1,3 @@
|
|||
ccflags-y += -I${ZEPHYR_BASE}/include/drivers
|
||||
|
||||
obj-y = main.o
|
||||
|
|
Loading…
Reference in a new issue