mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
|
#
|
||
|
# Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
ALL-y += boot.bin
|
||
|
else
|
||
|
ALL-y += u-boot.img
|
||
|
endif
|