mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
Change-Id: I754250669891307b0deab2bdab1bd01512713f79 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
10 lines
252 B
Makefile
10 lines
252 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the display core.
|
|
#
|
|
|
|
obj-$(CONFIG_SCALER_DEVICE) += chips/
|
|
obj-$(CONFIG_SCALER_DEVICE) += scaler-core.o
|
|
obj-$(CONFIG_SCALER_DEVICE) += scaler-sysfs.o
|
|
obj-$(CONFIG_SCALER_DEVICE_DDC) += scaler-edid.o
|