summaryrefslogtreecommitdiffstats
path: root/drivers/zorro/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-18 00:24:27 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-18 00:24:27 +0000
commitb9558d5f86c471a125abf1fb3a3882fb053b1f8c (patch)
tree707b53ec64e740a7da87d5f36485e3cd9b1c794e /drivers/zorro/Makefile
parentb3ac367c7a3e6047abe74817db27e34e759f279f (diff)
Merge with Linux 2.3.41.
Diffstat (limited to 'drivers/zorro/Makefile')
-rw-r--r--drivers/zorro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/zorro/Makefile b/drivers/zorro/Makefile
index 9aa883932..a8c66ed09 100644
--- a/drivers/zorro/Makefile
+++ b/drivers/zorro/Makefile
@@ -19,10 +19,10 @@ L_TARGET := zorro.a
ifeq ($(CONFIG_MODULES),y)
O_TARGET = zorro_syms.o
OX_OBJS = zorrosyms.o
-O_OBJS = zorro.o
+O_OBJS = zorro.o names.o
L_OBJS := zorro_syms.o
else
-L_OBJS := zorro.o
+L_OBJS := zorro.o names.o
endif
ifdef CONFIG_PROC_FS