gk7205v200-uboot/arch/arm/cpu/armv7/omap4/config.mk

16 lines
227 B
Makefile
Raw Normal View History

2025-08-07 17:13:54 +08:00
#
# Copyright 2011 Linaro Limited
#
# (C) Copyright 2010
# Texas Instruments, <www.ti.com>
#
# Aneesh V <aneesh@ti.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
ALL-y += MLO
else
ALL-y += u-boot.img
endif