Commit 3aab249a authored by Anas Nashif's avatar Anas Nashif
Browse files

Bluetooth: add drivers to include path



Compiling without the drivers prefix causes the following type of
compiler error:

include/uart.h:42:21: fatal error: pci/pci.h: No such file or directory

Change-Id: I99cd814708e74ed4722e5e906819497010263337
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 7c27d8ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
ccflags-y +=-I$(srctree)/include/drivers

obj-$(CONFIG_BLUETOOTH_STACK_HCI) = \
	hci_core.o \
	uuid.o