disp: msm: make rotator in msm_drm module

Make msm_drm into single module where rotator
is not separately compiled as different object.

Change-Id: I534cc19e6762c8584b6b87c2246b07beb85f84f4
Signed-off-by: Raviteja Tamatam <travitej@codeaurora.org>
This commit is contained in:
Raviteja Tamatam
2020-07-10 04:18:37 +05:30
parent fae3dc03b4
commit a36cdf6368
3 changed files with 17 additions and 26 deletions

View File

@@ -1,25 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
ccflags-y += -I$(src) -Idrivers/staging/android
obj-$(CONFIG_MSM_SDE_ROTATOR) += sde_rotator_dev.o \
sde_rotator_dev.o \
sde_rotator_core.o \
sde_rotator_base.o \
sde_rotator_formats.o \
sde_rotator_util.o \
sde_rotator_io_util.o \
sde_rotator_smmu.o \
sde_rotator_r1_wb.o \
sde_rotator_r1_pipe.o \
sde_rotator_r1_ctl.o \
sde_rotator_r1.o \
sde_rotator_r3.o \
obj-$(CONFIG_SYNC_FILE) += \
sde_rotator_sync.o \
obj-$(CONFIG_DEBUG_FS) += \
sde_rotator_debug.o \
sde_rotator_r1_debug.o \
sde_rotator_r3_debug.o \