mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
9 lines
189 B
Makefile
9 lines
189 B
Makefile
#
|
|
# Copyright (C) 2012, Texas Instruments, Incorporated - http://www.ti.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifndef CONFIG_SPL_BUILD
|
|
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.ais
|
|
endif
|