drm/vc4: Add KMS support for Raspberry Pi.
[deliverable/linux.git] / drivers / gpu / drm / vc4 / Makefile
CommitLineData
c8b75bca
EA
1ccflags-y := -Iinclude/drm
2
3# Please keep these build lists sorted!
4
5# core driver code
6vc4-y := \
7 vc4_bo.o \
8 vc4_crtc.o \
9 vc4_drv.o \
10 vc4_kms.o \
11 vc4_hdmi.o \
12 vc4_hvs.o \
13 vc4_plane.o
14
15vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o
16
17obj-$(CONFIG_DRM_VC4) += vc4.o
This page took 0.024965 seconds and 5 git commands to generate.