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