Bluetooth: Remove unnecessary PRJ_INCPATH

It is not necessary to add any PRJ_INCPATH in order to build Bluetooth
samples.

Change-Id: I3ddb0a645e475d937a7067059e8bf5caa783a04e
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2015-05-05 14:40:03 +03:00 committed by Anas Nashif
parent 8fc12c1600
commit 7f1119bb2e
2 changed files with 0 additions and 8 deletions

View file

@ -41,10 +41,6 @@ BSP ?= generic_pc
PRJ_CONF = prj_${vARCH}.conf
VPFILE = prj.vpf
PRJ_INCPATH += ${vBSP_BASE_DIR}/${BSP}
PRJ_INCPATH += ${vBASE}/drivers
PRJ_INCPATH += ${vBASE}/arch/${vARCH}
# UART for Bluetooth
QEMU_EXTRA_FLAGS += -serial unix:/tmp/bt-server-bredr

View file

@ -41,10 +41,6 @@ BSP ?= generic_pc
PRJ_CONF = prj_${vARCH}.conf
VPFILE = prj.vpf
PRJ_INCPATH += ${vBSP_BASE_DIR}/${BSP}
PRJ_INCPATH += ${vBASE}/drivers
PRJ_INCPATH += ${vBASE}/arch/${vARCH}
# UART for Bluetooth
QEMU_EXTRA_FLAGS += -serial unix:/tmp/bt-server-bredr