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 tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
lima
/
Makefile
blob
ca2097b8e1ad0518022ea772e8ebce2ec691e7f8
1
# SPDX-License-Identifier: GPL-2.0 OR MIT
2
# Copyright 2017-2019 Qiang Yu <yuq825@gmail.com>
3
4
lima-y
:=
\
5
lima_drv.o \
6
lima_device.o \
7
lima_pmu.o \
8
lima_l2_cache.o \
9
lima_mmu.o \
10
lima_gp.o \
11
lima_pp.o \
12
lima_gem.o \
13
lima_vm.o \
14
lima_sched.o \
15
lima_ctx.o \
16
lima_dlbu.o \
17
lima_bcast.o \
18
lima_trace.o \
19
lima_devfreq.o
20
21
obj-
$(
CONFIG_DRM_LIMA
) +=
lima.o