From 7f1119bb2e08b73926948850dc8bb7af1bb878b0 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 5 May 2015 14:40:03 +0300 Subject: [PATCH] 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 --- samples/bluetooth/init/Makefile | 4 ---- samples/bluetooth/peripheral/Makefile | 4 ---- 2 files changed, 8 deletions(-) diff --git a/samples/bluetooth/init/Makefile b/samples/bluetooth/init/Makefile index 87e2085aa1..c1a509170e 100644 --- a/samples/bluetooth/init/Makefile +++ b/samples/bluetooth/init/Makefile @@ -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 diff --git a/samples/bluetooth/peripheral/Makefile b/samples/bluetooth/peripheral/Makefile index bd0c23caad..b9c05bbbdd 100644 --- a/samples/bluetooth/peripheral/Makefile +++ b/samples/bluetooth/peripheral/Makefile @@ -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