summaryrefslogtreecommitdiff
path: root/net/devlink/Makefile
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-08-28 08:02:37 -0700
committerJakub Kicinski <kuba@kernel.org>2023-08-28 08:02:38 -0700
commit4b151e75aa5e8583a67328e02566c577c992d9a1 (patch)
tree6b4c3b28b00738c5400631f9f77cf107ab267b26 /net/devlink/Makefile
parent8be6f88b9d3fe1f6724daec4a70d6023742c9df7 (diff)
parent71179ac5c21185171556bc438d5f22d566948d7f (diff)
Merge branch 'devlink-finish-file-split-and-get-retire-leftover-c'
Jiri Pirko says: ==================== devlink: finish file split and get retire leftover.c This patchset finishes a move Jakub started and Moshe continued in the past. I was planning to do this for a long time, so here it is, finally. This patchset does not change any behaviour. It just splits leftover.c into per-object files and do necessary changes, like declaring functions used from other code, on the way. The last 3 patches are pushing the rest of the code into appropriate existing files. ==================== Link: https://lore.kernel.org/r/20230828061657.300667-1-jiri@resnulli.us Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/devlink/Makefile')
-rw-r--r--net/devlink/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/devlink/Makefile b/net/devlink/Makefile
index a087af581847..000da622116a 100644
--- a/net/devlink/Makefile
+++ b/net/devlink/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
-obj-y := leftover.o core.o netlink.o netlink_gen.o dev.o health.o
+obj-y := core.o netlink.o netlink_gen.o dev.o port.o sb.o dpipe.o \
+ resource.o param.o region.o health.o trap.o rate.o linecard.o