summaryrefslogtreecommitdiff
path: root/board/liebherr/xea/Makefile
blob: abf500857f644e13438596d668fd5c31f7a8665a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# (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