summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-06-27 15:40:02 +0300
committerKostya Porotchkin <kostap@marvell.com>2018-06-28 10:46:04 +0300
commitac4c9c9e15a17647a7493a6283b13cca481ea971 (patch)
tree70abf3e2ca88984f898f50a089dc6513f5a0130e
parent1adb1b791fa72c718bc841727e55d573f88c2696 (diff)
ble: Update the paltform includes list
Extend the platform includes list for easier headers usage in mv_ddr code Change-Id: I7e6b202c211e4d56718d5b0642dff1368a020cc2 Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/57420 Tested-by: iSoC Platform CI <ykjenk@marvell.com>
-rw-r--r--ble/ble.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/ble/ble.mk b/ble/ble.mk
index 04eb8754..e7604946 100644
--- a/ble/ble.mk
+++ b/ble/ble.mk
@@ -15,9 +15,12 @@ BLE_SOURCES += $(BLE_PATH)/ble_main.c \
$(PLAT_MARVELL)/common/plat_delay_timer.c
PLAT_INCLUDES += -I$(MV_DDR_PATH) \
+ -I$(CURDIR)/include/ \
+ -I$(CURDIR)/include/drivers \
+ -I$(CURDIR)/include/lib \
-I$(CURDIR)/include/lib/stdlib \
-I$(CURDIR)/include/lib/stdlib/sys \
- -Idrivers/marvell
+ -I$(CURDIR)/drivers/marvell
BLE_LINKERFILE := $(BLE_PATH)/ble.ld.S