patch-2.4.2 linux/drivers/s390/char/Makefile
Next file: linux/drivers/s390/char/con3215.c
Previous file: linux/drivers/s390/ccwcache.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Tue Feb 13 14:13:44 2001
- Orig file:
v2.4.1/linux/drivers/s390/char/Makefile
- Orig date:
Fri May 12 11:41:44 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/s390/char/Makefile linux/drivers/s390/char/Makefile
@@ -2,15 +2,32 @@
CFLAFS +=
O_TARGET := s390-char.o
-O_OBJS :=
-M_OBJS :=
-ifeq ($(CONFIG_3215_CONSOLE),y)
- O_OBJS += con3215.o
-endif
+obj-$(CONFIG_3215_CONSOLE) += con3215.o
+
+obj-$(CONFIG_HWC) += hwc_con.o hwc_rw.o hwc_tty.o
-ifeq ($(CONFIG_HWC),y)
- O_OBJS += hwc_con.o hwc_rw.o hwc_tty.o
+# stuff for building tape390.o
+T390_OBJS = tape.o
+ifeq ($(CONFIG_S390_TAPE_CHAR),y)
+ T390_OBJS += tapechar.o
+endif
+ifeq ($(CONFIG_S390_TAPE_BLOCK),y)
+ T390_OBJS += tapeblock.o
+endif
+ifeq ($(CONFIG_S390_TAPE_3480),y)
+ T390_OBJS += tape3480.o
+ CONFIG_S390_TAPE_NEED_34xx = y
+endif
+ifeq ($(CONFIG_S390_TAPE_3490),y)
+ T390_OBJS += tape3490.o
+ CONFIG_S390_TAPE_NEED_34xx = y
+endif
+ifeq ($(CONFIG_S390_TAPE_NEED_34xx),y)
+ T390_OBJS += tape34xx.o
endif
+obj-$(CONFIG_S390_TAPE) += tape390.o
+tape390.o: $(T390_OBJS)
+ $(LD) -r -o $@ $(T390_OBJS)
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)