patch-2.4.2 linux/arch/cris/boot/Makefile
Next file: linux/arch/cris/boot/compressed/Makefile
Previous file: linux/arch/cris/README.mm
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Thu Feb  8 16:32:44 2001
-  Orig file: 
v2.4.1/linux/arch/cris/boot/Makefile
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.1/linux/arch/cris/boot/Makefile linux/arch/cris/boot/Makefile
@@ -0,0 +1,14 @@
+#
+# arch/cris/boot/Makefile
+#
+
+zImage: compressed/vmlinuz
+
+compressed/vmlinuz: $(TOPDIR)/vmlinux
+	@$(MAKE) -C compressed vmlinuz
+
+dep:
+
+clean:
+	rm -f zImage tools/build compressed/vmlinux.out
+	@$(MAKE) -C compressed clean
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)