6 lines
185 B
Makefile
6 lines
185 B
Makefile
# 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
|