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
/
misc
/
sgi-gru
/
Makefile
blob
8132116ec0f05e70328374bc1c3a6c87d6bde13b
1
# SPDX-License-Identifier: GPL-2.0-only
2
ccflags-
$(
CONFIG_SGI_GRU_DEBUG
) := -
DDEBUG
3
4
obj-
$(
CONFIG_SGI_GRU
) :=
gru.o
5
gru-y
:=
grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o gruhandles.o grukdump.o
6