mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9c5d377583
Low level functions for DPC (Display Controller) and Makefile for all nexell video low level functions. Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
11 lines
371 B
Makefile
11 lines
371 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2016 Nexell
|
|
# Junghyun, kim<jhkim@nexell.co.kr>
|
|
|
|
obj-$(CONFIG_VIDEO_NX) += s5pxx18_soc_dpc.o s5pxx18_soc_mlc.o \
|
|
s5pxx18_soc_disptop.o s5pxx18_soc_disptop_clk.o
|
|
|
|
obj-$(CONFIG_VIDEO_NX_LVDS) += s5pxx18_soc_lvds.o
|
|
obj-$(CONFIG_VIDEO_NX_MIPI) += s5pxx18_soc_mipi.o
|
|
obj-$(CONFIG_VIDEO_NX_HDMI) += s5pxx18_soc_hdmi.o
|