summaryrefslogtreecommitdiffstats
path: root/net/core/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /net/core/Makefile
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'net/core/Makefile')
-rw-r--r--net/core/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/core/Makefile b/net/core/Makefile
index c4216d0e9..b7efbe6b4 100644
--- a/net/core/Makefile
+++ b/net/core/Makefile
@@ -9,7 +9,12 @@
O_TARGET := core.o
-O_OBJS := sock.o skbuff.o iovec.o datagram.o sysctl_net_core.o
+O_OBJS := sock.o skbuff.o iovec.o datagram.o dst.o scm.o \
+ neighbour.o
+
+ifeq ($(CONFIG_SYSCTL),y)
+O_OBJS += sysctl_net_core.o
+endif
ifdef CONFIG_NET