patch-2.2.15 linux/arch/s390/tools/silo/Makefile
Next file: linux/arch/s390/tools/silo/cfg.c
Previous file: linux/arch/s390/tools/dasdfmt/dasdfmt.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Apr 21 12:45:48 2000
-  Orig file: 
v2.2.14/arch/s390/tools/silo/Makefile
-  Orig date: 
Thu Jan  1 01:00:00 1970
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/s390/tools/silo/Makefile linux/arch/s390/tools/silo/Makefile
@@ -0,0 +1,8 @@
+all: silo
+
+silo: silo.o cfg.o
+	$(CROSS_COMPILE)gcc -o $@ $^
+
+clean:
+	rm -f *.o silo
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)