patch-2.3.99-pre8 linux/drivers/s390/char/Makefile
Next file: linux/drivers/s390/char/con3215.c
Previous file: linux/drivers/s390/block/mdisk.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri May 12 11:41:44 2000
- Orig file:
v2.3.99-pre7/linux/drivers/s390/char/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.99-pre7/linux/drivers/s390/char/Makefile linux/drivers/s390/char/Makefile
@@ -0,0 +1,16 @@
+all: s390-char.o
+
+CFLAFS +=
+O_TARGET := s390-char.o
+O_OBJS :=
+M_OBJS :=
+
+ifeq ($(CONFIG_3215_CONSOLE),y)
+ O_OBJS += con3215.o
+endif
+
+ifeq ($(CONFIG_HWC),y)
+ O_OBJS += hwc_con.o hwc_rw.o hwc_tty.o
+endif
+
+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)