repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
32b4f9cd8f5267b1176f1221f6324df60d0a5951
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