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
/
net
/
ethernet
/
qualcomm
/
rmnet
/
Makefile
blob
8252e40bf570d95b7802eec603fc6a79a159db91
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for the RMNET module
4
#
5
6
rmnet-y
:=
rmnet_config.o
7
rmnet-y
+=
rmnet_vnd.o
8
rmnet-y
+=
rmnet_handlers.o
9
rmnet-y
+=
rmnet_map_data.o
10
rmnet-y
+=
rmnet_map_command.o
11
obj-
$(
CONFIG_RMNET
) +=
rmnet.o