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
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
pl111
/
Makefile
blob
67d430d433e0c1f5a27143e2cfde1f9364a1ed6c
1
# SPDX-License-Identifier: GPL-2.0
2
pl111_drm-y
+=
pl111_display.o \
3
pl111_versatile.o \
4
pl111_drv.o
5
6
pl111_drm-
$(
CONFIG_ARCH_NOMADIK
) +=
pl111_nomadik.o
7
pl111_drm-
$(
CONFIG_DEBUG_FS
) +=
pl111_debugfs.o
8
9
obj-
$(
CONFIG_DRM_PL111
) +=
pl111_drm.o