uboot/u-boot-stm32mp-2020.01/board/k+p/kp_imx6q_tpc/Makefile

10 lines
178 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2018 Lukasz Majewski <lukma@denx.de>
ifdef CONFIG_SPL_BUILD
obj-y := kp_imx6q_tpc_spl.o
else
obj-y := kp_imx6q_tpc.o
endif