Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / 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_dpi.o \
11 vc4_kms.o \
12 vc4_gem.o \
13 vc4_hdmi.o \
14 vc4_hvs.o \
15 vc4_irq.o \
16 vc4_plane.o \
17 vc4_render_cl.o \
18 vc4_trace_points.o \
19 vc4_v3d.o \
20 vc4_validate.o \
21 vc4_validate_shaders.o
22
23 vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o
24
25 obj-$(CONFIG_DRM_VC4) += vc4.o
26
27 CFLAGS_vc4_trace_points.o := -I$(src)
This page took 0.030887 seconds and 5 git commands to generate.