mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
12 lines
182 B
Makefile
12 lines
182 B
Makefile
|
#
|
||
|
# Copyright (C) 2018 Lukasz Majewski <lukma@denx.de>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y := kp_imx6q_tpc_spl.o
|
||
|
else
|
||
|
obj-y := kp_imx6q_tpc.o
|
||
|
endif
|