patch-2.2.16 linux/arch/s390/tools/hwc_cntl_key/Makefile

Next file: linux/arch/s390/tools/hwc_cntl_key/hwc_cntl_key.c
Previous file: linux/arch/s390/tools/dasdfmt/dasdfmt.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/s390/tools/hwc_cntl_key/Makefile linux/arch/s390/tools/hwc_cntl_key/Makefile
@@ -0,0 +1,11 @@
+CROSS_COMPILE = s390-
+
+all: hwc_cntl_key
+
+hwc_cntl_key: hwc_cntl_key.c
+	$(CROSS_COMPILE)gcc -o $@ $^
+	$(STRIP) $@
+
+clean:
+	rm -f hwc_cntl_key.c
+

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