| Kernel v2.4.14-pre8 /net/Makefile |
|---|
 2.4.14-pre8
 net
 Makefile
diff -u --recursive --new-file v2.4.13/linux/net/Makefile linux/net/Makefile
--- v2.4.13/linux/net/Makefile Tue Jul 3 17:08:22 2001
+++ linux/net/Makefile Tue Oct 30 15:08:12 2001
@@ -45,6 +45,7 @@
subdir-$(CONFIG_ATM) += atm
subdir-$(CONFIG_DECNET) += decnet
subdir-$(CONFIG_ECONET) += econet
+subdir-$(CONFIG_VLAN_8021Q) += 8021q
obj-y := socket.o $(join $(subdir-y), $(patsubst %,/%.o,$(notdir $(subdir-y))))
|