]> Git Repo - linux.git/blob - drivers/gpu/drm/sun4i/Makefile
brd: remove support for BLKFLSBUF
[linux.git] / drivers / gpu / drm / sun4i / Makefile
1 sun4i-drm-y += sun4i_crtc.o
2 sun4i-drm-y += sun4i_drv.o
3 sun4i-drm-y += sun4i_framebuffer.o
4 sun4i-drm-y += sun4i_layer.o
5
6 sun4i-tcon-y += sun4i_tcon.o
7 sun4i-tcon-y += sun4i_rgb.o
8 sun4i-tcon-y += sun4i_dotclock.o
9
10 obj-$(CONFIG_DRM_SUN4I)         += sun4i-drm.o sun4i-tcon.o
11 obj-$(CONFIG_DRM_SUN4I)         += sun4i_backend.o
12 obj-$(CONFIG_DRM_SUN4I)         += sun6i_drc.o
13 obj-$(CONFIG_DRM_SUN4I)         += sun4i_tv.o
This page took 0.040037 seconds and 4 git commands to generate.