| Kernel v2.4.19-ac3 /net/Makefile |
|---|
 2.4.19-ac3
 net
 Makefile
diff -u --exclude-from /usr/src/exclude --new-file --recursive linux.vanilla/net/Makefile linux.19-ac3/net/Makefile
--- linux.vanilla/net/Makefile 2002-08-03 16:08:33.000000000 +0100
+++ linux.19-ac3/net/Makefile 2002-07-29 13:58:47.000000000 +0100
@@ -7,7 +7,7 @@
O_TARGET := network.o
-mod-subdirs := ipv4/netfilter ipv6/netfilter ipx irda bluetooth atm netlink sched core
+mod-subdirs := ipv4/netfilter ipv6/netfilter ipx irda bluetooth atm netlink sched llc core
export-objs := netsyms.o
subdir-y := core ethernet
@@ -45,7 +45,7 @@
subdir-$(CONFIG_DECNET) += decnet
subdir-$(CONFIG_ECONET) += econet
subdir-$(CONFIG_VLAN_8021Q) += 8021q
-
+subdir-$(CONFIG_LLC) += llc
obj-y := socket.o $(join $(subdir-y), $(patsubst %,/%.o,$(notdir $(subdir-y))))
ifeq ($(CONFIG_NET),y)
|