mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This commit provides support for LWN's IMX6Q based DISPLAY5 board. Signed-off-by: Lukasz Majewski <lukma@denx.de>
11 lines
213 B
Makefile
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
|