blob: 2de21aa7b16054f56f7a305a43cf9fe2ccc0e7d7 [file] [log] [blame]
Nishanth Menon0192f892016-10-14 01:13:34 +00001#
2# Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7PLAT_PATH := plat/ti/k3
Nishanth Menonf49cf9e2017-09-20 01:32:13 -05008TARGET_BOARD ?= generic
Nishanth Menon0192f892016-10-14 01:13:34 +00009
10include ${PLAT_PATH}/common/plat_common.mk
Nishanth Menonf49cf9e2017-09-20 01:32:13 -050011include ${PLAT_PATH}/board/${TARGET_BOARD}/board.mk
Nishanth Menon0192f892016-10-14 01:13:34 +000012
13# modify BUILD_PLAT to point to board specific build directory
Grant Likely388248a2020-07-30 08:50:10 +010014BUILD_PLAT := $(abspath ${BUILD_BASE})/${PLAT}/${TARGET_BOARD}/${BUILD_TYPE}