Nishanth Menon | 0192f89 | 2016-10-14 01:13:34 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | PLAT_PATH := plat/ti/k3 |
Nishanth Menon | f49cf9e | 2017-09-20 01:32:13 -0500 | [diff] [blame] | 8 | TARGET_BOARD ?= generic |
Nishanth Menon | 0192f89 | 2016-10-14 01:13:34 +0000 | [diff] [blame] | 9 | |
| 10 | include ${PLAT_PATH}/common/plat_common.mk |
Nishanth Menon | f49cf9e | 2017-09-20 01:32:13 -0500 | [diff] [blame] | 11 | include ${PLAT_PATH}/board/${TARGET_BOARD}/board.mk |
Nishanth Menon | 0192f89 | 2016-10-14 01:13:34 +0000 | [diff] [blame] | 12 | |
| 13 | # modify BUILD_PLAT to point to board specific build directory |
Grant Likely | 388248a | 2020-07-30 08:50:10 +0100 | [diff] [blame] | 14 | BUILD_PLAT := $(abspath ${BUILD_BASE})/${PLAT}/${TARGET_BOARD}/${BUILD_TYPE} |