blob: 3b972a26c0c020b0cf3d7a292d436a591f5bd439 (
plain)
1
2
3
4
5
6
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2012, Texas Instruments, Incorporated - https://www.ti.com/
ifndef CONFIG_XPL_BUILD
INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot.ais
endif
|