summaryrefslogtreecommitdiff
path: root/ble/ble.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ble/ble.mk')
-rw-r--r--ble/ble.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/ble/ble.mk b/ble/ble.mk
index 5df42e41..ba4e2310 100644
--- a/ble/ble.mk
+++ b/ble/ble.mk
@@ -45,5 +45,7 @@ PLAT_INCLUDES += -I$(MV_DDR_PATH) \
BLE_LINKERFILE := ble/ble.ld.S
-$(MV_DDR_LIB):
- @make -C $(MV_DDR_PATH) --no-print-directory PLAT_INCLUDES="$(PLAT_INCLUDES)" PLATFORM=$(PLAT) ARCH=AARCH64 OBJ_DIR=$(CURDIR)/$(BUILD_PLAT)/ble
+FORCE:
+
+$(MV_DDR_LIB): FORCE
+ @+make -C $(MV_DDR_PATH) --no-print-directory PLAT_INCLUDES="$(PLAT_INCLUDES)" PLATFORM=$(PLAT) ARCH=AARCH64 OBJ_DIR=$(CURDIR)/$(BUILD_PLAT)/ble