Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
900eb6a5
Commit
900eb6a5
authored
Jul 20, 2003
by
Sam Ravnborg
Committed by
David S. Miller
Jul 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Makefile cleanups for net/.
parent
c46236ee
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
18 deletions
+8
-18
net/bridge/Makefile
net/bridge/Makefile
+2
-4
net/core/Makefile
net/core/Makefile
+3
-7
net/rxrpc/Makefile
net/rxrpc/Makefile
+3
-7
No files found.
net/bridge/Makefile
View file @
900eb6a5
...
@@ -4,12 +4,10 @@
...
@@ -4,12 +4,10 @@
obj-$(CONFIG_BRIDGE)
+=
bridge.o
obj-$(CONFIG_BRIDGE)
+=
bridge.o
bridge-
objs
:=
br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o
\
bridge-
y
:=
br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o
\
br_ioctl.o br_notify.o br_stp.o br_stp_bpdu.o
\
br_ioctl.o br_notify.o br_stp.o br_stp_bpdu.o
\
br_stp_if.o br_stp_timer.o
br_stp_if.o br_stp_timer.o
ifeq
($(CONFIG_NETFILTER),y)
bridge-$(CONFIG_NETFILTER)
+=
br_netfilter.o
bridge-objs
+=
br_netfilter.o
endif
obj-$(CONFIG_BRIDGE_NF_EBTABLES)
+=
netfilter/
obj-$(CONFIG_BRIDGE_NF_EBTABLES)
+=
netfilter/
net/core/Makefile
View file @
900eb6a5
...
@@ -4,13 +4,9 @@
...
@@ -4,13 +4,9 @@
obj-y
:=
sock.o skbuff.o iovec.o datagram.o scm.o
obj-y
:=
sock.o skbuff.o iovec.o datagram.o scm.o
ifeq
($(CONFIG_SYSCTL),y)
obj-$(CONFIG_SYSCTL)
+=
sysctl_net_core.o
ifeq
($(CONFIG_NET),y)
obj-y
+=
sysctl_net_core.o
endif
endif
obj-
$(CONFIG_NET)
+=
flow.o dev.o net-sysfs.o dev_mcast.o dst.o neighbour.o
\
obj-
y
+=
flow.o dev.o net-sysfs.o dev_mcast.o dst.o neighbour.o
\
rtnetlink.o utils.o link_watch.o filter.o
rtnetlink.o utils.o link_watch.o filter.o
obj-$(CONFIG_NETFILTER)
+=
netfilter.o
obj-$(CONFIG_NETFILTER)
+=
netfilter.o
...
...
net/rxrpc/Makefile
View file @
900eb6a5
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Makefile for Linux kernel Rx RPC
# Makefile for Linux kernel Rx RPC
#
#
rxrpc-
objs
:=
\
rxrpc-
y
:=
\
call.o
\
call.o
\
connection.o
\
connection.o
\
krxiod.o
\
krxiod.o
\
...
@@ -13,11 +13,7 @@ rxrpc-objs := \
...
@@ -13,11 +13,7 @@ rxrpc-objs := \
rxrpc_syms.o
\
rxrpc_syms.o
\
transport.o
transport.o
ifeq
($(CONFIG_PROC_FS),y)
rxrpc-$(CONFIG_PROC_FS)
+=
proc.o
rxrpc-objs
+=
proc.o
rxrpc-$(CONFIG_SYSCTL)
+=
sysctl.o
endif
ifeq
($(CONFIG_SYSCTL),y)
rxrpc-objs
+=
sysctl.o
endif
obj-$(CONFIG_RXRPC)
:=
rxrpc.o
obj-$(CONFIG_RXRPC)
:=
rxrpc.o
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment