patch-2.2.18 linux/arch/s390/tools/hwc/Makefile

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

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/s390/tools/hwc/Makefile linux/arch/s390/tools/hwc/Makefile
@@ -0,0 +1,12 @@
+CROSS_COMPILE = s390-
+
+hwc_measure: hwc_measure.c
+	$(CROSS_COMPILE)gcc -o $@ $^
+
+hwc_cntl_key: hwc_cntl_key.c
+	$(CROSS_COMPILE)gcc -o $@ $^
+
+clean:
+	rm -f hwc_measure
+	rm -f hwc_cntl_key
+

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