mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
13 lines
189 B
Makefile
13 lines
189 B
Makefile
|
#
|
||
|
# (C) Copyright 2019
|
||
|
# Lukasz Majewski, DENX Software Engineering, lukma@denx.de.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y := xea.o
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl_xea.o
|
||
|
endif
|