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