aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/common/ble/ble.mk
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2019-11-05 13:14:59 +0100
committerMarcin Wojtas <mw@semihalf.com>2020-06-07 00:06:03 +0200
commita28471722afb3ae784d7bce2118c2ea703f8444c (patch)
tree60edc1ee925bc6645747b23d6621ed9a862a4e39 /plat/marvell/a8k/common/ble/ble.mk
parent967a6d162d9dc1c5ae154f289bcdecc03cb9eb7c (diff)
downloadtrusted-firmware-a-a28471722afb3ae784d7bce2118c2ea703f8444c.tar.gz
marvell: armada: add extra level in marvell platform hierarchy
This commit is a preparation for upcoming support for OcteonTX and OcteonTX2 product families. Armada platform related files (docs, plat, include/plat) are moved to the new "armada" sub-folder. Change-Id: Icf03356187078ad6a2e56c9870992be3ca4c9655 Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Diffstat (limited to 'plat/marvell/a8k/common/ble/ble.mk')
-rw-r--r--plat/marvell/a8k/common/ble/ble.mk32
1 files changed, 0 insertions, 32 deletions
diff --git a/plat/marvell/a8k/common/ble/ble.mk b/plat/marvell/a8k/common/ble/ble.mk
deleted file mode 100644
index b6a9cd291a..0000000000
--- a/plat/marvell/a8k/common/ble/ble.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright (C) 2018 Marvell International Ltd.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-# https://spdx.org/licenses
-
-MV_DDR_PATH ?= drivers/marvell/mv_ddr
-
-MV_DDR_LIB = $(CURDIR)/$(BUILD_PLAT)/ble/mv_ddr_lib.a
-LIBC_LIB = $(CURDIR)/$(BUILD_PLAT)/lib/libc.a
-BLE_LIBS = $(MV_DDR_LIB) $(LIBC_LIB)
-PLAT_MARVELL = plat/marvell
-
-BLE_SOURCES += $(BLE_PATH)/ble_main.c \
- $(BLE_PATH)/ble_mem.S \
- drivers/delay_timer/delay_timer.c \
- $(PLAT_MARVELL)/common/aarch64/marvell_helpers.S \
- $(PLAT_MARVELL)/common/plat_delay_timer.c \
- $(PLAT_MARVELL)/common/marvell_console.c
-
-PLAT_INCLUDES += -I$(MV_DDR_PATH) \
- -I$(CURDIR)/include \
- -I$(CURDIR)/include/arch/aarch64 \
- -I$(CURDIR)/include/lib/libc \
- -I$(CURDIR)/include/lib/libc/aarch64 \
- -I$(CURDIR)/drivers/marvell
-
-BLE_LINKERFILE := $(BLE_PATH)/ble.ld.S
-
-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