summaryrefslogtreecommitdiffstats
path: root/arch/s390/tools/dasdfmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/tools/dasdfmt/Makefile')
-rw-r--r--arch/s390/tools/dasdfmt/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/s390/tools/dasdfmt/Makefile b/arch/s390/tools/dasdfmt/Makefile
new file mode 100644
index 000000000..f63ff468b
--- /dev/null
+++ b/arch/s390/tools/dasdfmt/Makefile
@@ -0,0 +1,9 @@
+all: dasdfmt
+
+dasdfmt: dasdfmt.c
+ $(CROSS_COMPILE)gcc -o $@ $^
+ $(STRIP) $@
+
+clean:
+ rm -f dasdfmt
+