These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / gpu / drm / tilcdc / Makefile
index 7d2eefe..deeca48 100644 (file)
@@ -3,11 +3,14 @@ ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
        ccflags-y += -Werror
 endif
 
+obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
+                                        tilcdc_slave_compat.dtb.o
+
 tilcdc-y := \
        tilcdc_crtc.o \
        tilcdc_tfp410.o \
-       tilcdc_slave.o \
        tilcdc_panel.o \
+       tilcdc_external.o \
        tilcdc_drv.o
 
 obj-$(CONFIG_DRM_TILCDC)       += tilcdc.o