mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
e6385c7e9c
When binman is in use, most of the targets built by the Makefile are inputs to binman. We then need a final rule to run binman to produce the final outputs. Rename the variable to indicate this, and add a new 'inputs' target. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
6 lines
188 B
Makefile
6 lines
188 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2012, Texas Instruments, Incorporated - http://www.ti.com/
|
|
ifndef CONFIG_SPL_BUILD
|
|
INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot.ais
|
|
endif
|