These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / gpu / drm / vc4 / Makefile
1 ccflags-y := -Iinclude/drm
2
3 # Please keep these build lists sorted!
4
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
14
15 vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o
16
17 obj-$(CONFIG_DRM_VC4)  += vc4.o