historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/liebherr/display5/Makefile
2024-01-16 11:20:27 -06:00

11 lines
213 B
Makefile

#
# Copyright (C) 2017, DENX Software Engineering
# Lukasz Majewski <lukma@denx.de>
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
obj-y = common.o spl.o
else
obj-y := common.o display5.o
endif