mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
12 lines
213 B
Makefile
12 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
|