summaryrefslogtreecommitdiffstats
path: root/net/802/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /net/802/Makefile
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'net/802/Makefile')
-rw-r--r--net/802/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/802/Makefile b/net/802/Makefile
index cdfafc343..66f8af658 100644
--- a/net/802/Makefile
+++ b/net/802/Makefile
@@ -26,6 +26,10 @@ O_OBJS += tr.o
SNAP=y
endif
+ifdef CONFIG_NET_FC
+O_OBJS += fc.o
+endif
+
ifdef CONFIG_FDDI
O_OBJS += fddi.o
endif