patch-2.4.4 linux/drivers/s390/misc/Makefile

Next file: linux/drivers/s390/misc/chandev.c
Previous file: linux/drivers/s390/idals.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/s390/misc/Makefile linux/drivers/s390/misc/Makefile
@@ -1,9 +1,10 @@
-all: s390-misc.o
+#
+# S/390 miscellaneous devices
+#
 
-CFLAFS += 
 O_TARGET := s390-misc.o
 
 obj-$(CONFIG_CHANDEV) += chandev.o
+export-objs += chandev.o
 
 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)