xref: /openbmc/u-boot/board/liebherr/display5/Makefile (revision 07d538d2814fa03be243c71879372f4263030b78)
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