patch-2.1.113 linux/drivers/zorro/Makefile
Next file: linux/drivers/zorro/proc.c
Previous file: linux/drivers/video/virgefb.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Thu Jul 30 11:10:22 1998
- Orig file:
v2.1.112/linux/drivers/zorro/Makefile
- Orig date:
Tue Jun 23 10:01:24 1998
diff -u --recursive --new-file v2.1.112/linux/drivers/zorro/Makefile linux/drivers/zorro/Makefile
@@ -1,12 +1,32 @@
#
-# Makefile for the linux/drivers/zorro/ directory.
+# Makefile for the Zorro bus specific drivers.
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definition is now inherited from the
+# parent makefile.
#
SUB_DIRS :=
MOD_SUB_DIRS := $(SUB_DIRS)
ALL_SUB_DIRS := $(SUB_DIRS)
-L_OBJS := zorro.o
L_TARGET := zorro.a
+
+# Nasty trick as nobody references zorrosyms.o, but we still want it linked.
+ifeq ($(CONFIG_MODULES),y)
+O_TARGET = zorro_syms.o
+OX_OBJS = zorrosyms.o
+O_OBJS = zorro.o
+L_OBJS := zorro_syms.o
+else
+L_OBJS := zorro.o
+endif
+
+ifdef CONFIG_PROC_FS
+L_OBJS += proc.o
+endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov