]> git.neil.brown.name Git - history.git/commitdiff
rename built-in ISDN object to vmlinux-obj.o
authorKai Germaschewski <kai@vaio.(none)>
Sun, 10 Feb 2002 16:46:09 +0000 (17:46 +0100)
committerKai Germaschewski <kai@vaio.(none)>
Sun, 10 Feb 2002 16:46:09 +0000 (17:46 +0100)
(was isdn.a before, but there's no need to use an archive here)

Makefile
drivers/isdn/Makefile

index bf1060fc58ba611ba4c4c9a818ef845730831a61..24e0d269bb95b8ac109c6cde4f62a3e107afb1a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ DRIVERS-y += drivers/base/base.o \
 DRIVERS-$(CONFIG_AGP) += drivers/char/agp/agp.o
 DRIVERS-$(CONFIG_DRM) += drivers/char/drm/drm.o
 DRIVERS-$(CONFIG_NUBUS) += drivers/nubus/nubus.a
-DRIVERS-$(CONFIG_ISDN) += drivers/isdn/isdn.a
+DRIVERS-$(CONFIG_ISDN) += drivers/isdn/vmlinux-obj.o
 DRIVERS-$(CONFIG_NET_FC) += drivers/net/fc/fc.o
 DRIVERS-$(CONFIG_APPLETALK) += drivers/net/appletalk/appletalk.o
 DRIVERS-$(CONFIG_TR) += drivers/net/tokenring/tr.o
index a30e5f9709d266d0c57ba10cff8f2f4ee8ab793a..88e37e3d47c90f5e8482ecd3bebb3dbd3381b5aa 100644 (file)
@@ -2,7 +2,7 @@
 
 # The target object and module list name.
 
-O_TARGET       := isdn.a
+O_TARGET       := vmlinux-obj.o
 
 # Objects that export symbols.