56c5dd00f8
This prepares for the encoders rework. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
10 lines
197 B
Makefile
10 lines
197 B
Makefile
rcar-du-drm-y := rcar_du_crtc.o \
|
|
rcar_du_drv.o \
|
|
rcar_du_kms.o \
|
|
rcar_du_lvds.o \
|
|
rcar_du_lvdscon.o \
|
|
rcar_du_plane.o \
|
|
rcar_du_vga.o
|
|
|
|
obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o
|