blob: d5c978b446754309b06c07178e20b4dd4610614e (
plain)
1
2
3
4
5
6
7
8
|
#
# 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
|