xref: /openbmc/u-boot/board/liebherr/display5/Makefile (revision 971a54193c9a90a6651064c4a7879e3568e9e7b8)
1#
2# Copyright (C) 2017, DENX Software Engineering
3# Lukasz Majewski <lukma@denx.de>
4#
5# SPDX-License-Identifier:    GPL-2.0+
6#
7ifdef CONFIG_SPL_BUILD
8obj-y = common.o spl.o
9else
10obj-y := common.o display5.o
11endif
12