diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
commit | 482368b1a8e45430672c58c9a42e7d2004367126 (patch) | |
tree | ce2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /net/bridge/Makefile | |
parent | e4d0251c6f56ab2e191afb70f80f382793e23f74 (diff) |
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'net/bridge/Makefile')
-rw-r--r-- | net/bridge/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/net/bridge/Makefile b/net/bridge/Makefile index bcccefb75..082388fe5 100644 --- a/net/bridge/Makefile +++ b/net/bridge/Makefile @@ -1,5 +1,5 @@ # -# Makefile for the Linux Bridge layer. +# Makefile for the IEEE 802.1d ethernet bridging layer. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here @@ -7,15 +7,10 @@ # # Note 2! The CFLAGS definition is now in the main makefile... -O_TARGET := bridge.o -O_OBJS := br.o br_tree.o -M_OBJS := $(O_TARGET) - -ifeq ($(CONFIG_SYSCTL),y) -O_OBJS += sysctl_net_bridge.o -endif +O_TARGET := bridge.o +O_OBJS := 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_stp_if.o br_stp_timer.o +M_OBJS := $(O_TARGET) include $(TOPDIR)/Rules.make - -tar: - tar -cvf /dev/f1 . |