mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
12 lines
166 B
Makefile
12 lines
166 B
Makefile
|
#
|
||
|
# Copyright (C) 2014 Marek Vasut <marex@denx.de>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y := novena_spl.o
|
||
|
else
|
||
|
obj-y := novena.o
|
||
|
endif
|