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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
panfrost
/
Makefile
blob
b719358624179c30ffaea904b09b3050be208492
1
# SPDX-License-Identifier: GPL-2.0
2
3
panfrost-y
:=
\
4
panfrost_drv.o \
5
panfrost_device.o \
6
panfrost_devfreq.o \
7
panfrost_gem.o \
8
panfrost_gem_shrinker.o \
9
panfrost_gpu.o \
10
panfrost_job.o \
11
panfrost_mmu.o \
12
panfrost_perfcnt.o
13
14
obj-
$(
CONFIG_DRM_PANFROST
) +=
panfrost.o