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
- Lines: 12
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/s390/tools/hwc_cntl_key/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
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)