mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-14 07:12:06 +01:00
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
9 lines
173 B
Makefile
9 lines
173 B
Makefile
#
|
|
# Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifndef CONFIG_SPL_BUILD
|
|
ALL-y += $(obj)u-boot.img
|
|
endif
|