Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / drivers / gpu / drm / vc4 / Makefile
blob32b4f9cd8f5267b1176f1221f6324df60d0a5951
1 ccflags-y := -Iinclude/drm
3 # Please keep these build lists sorted!
5 # core driver code
6 vc4-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
15 vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o
17 obj-$(CONFIG_DRM_VC4) += vc4.o