diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-06 23:51:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-06 23:51:34 +0000 |
commit | 230e5ab6a084ed50470f101934782dbf54b0d06b (patch) | |
tree | 5dd821c8d33f450470588e7a543f74bf74306e9e /net/802/Makefile | |
parent | c9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff) |
Merge with Linux 2.1.67.
Diffstat (limited to 'net/802/Makefile')
-rw-r--r-- | net/802/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/802/Makefile b/net/802/Makefile index a8d25f77e..cea2410d8 100644 --- a/net/802/Makefile +++ b/net/802/Makefile @@ -17,7 +17,7 @@ endif ifeq ($(CONFIG_LLC),y) SUB_DIRS += transit O_OBJS += llc_sendpdu.o llc_utility.o cl2llc.o -OX_OBJS += llc_macinit.o +OX_OBJS += llc_macinit.o p8022.o psnap.o p8022tr.o endif ifdef CONFIG_TR |