blob: 65d5cc2a46196e190946828cce0d5a0395ed023c [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
14BUILD_PLAT := ${BUILD_BASE}/${PLAT}/${TARGET_BOARD}/${BUILD_TYPE}