mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
8 lines
195 B
Makefile
8 lines
195 B
Makefile
#
|
|
# Copyright (C) 2012, Texas Instruments, Incorporated - http://www.ti.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifndef CONFIG_SPL_BUILD
|
|
ALL-$(CONFIG_SPL_FRAMEWORK) += $(obj)u-boot.ais
|
|
endif
|