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