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