patch-2.4.2 linux/arch/s390x/tools/dasdfmt/Makefile

Next file: linux/arch/s390x/tools/dasdfmt/dasdfmt.8
Previous file: linux/arch/s390x/mm/ioremap.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/arch/s390x/tools/dasdfmt/Makefile linux/arch/s390x/tools/dasdfmt/Makefile
@@ -0,0 +1,9 @@
+all: dasdfmt
+
+dasdfmt: dasdfmt.c
+	$(CC) -o $@ $^
+	$(STRIP) $@
+
+clean:
+	rm -f dasdfmt
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)