patch-2.4.18 linux/arch/cris/boot/compressed/Makefile
Next file: linux/arch/cris/boot/rescue/Makefile
Previous file: linux/arch/cris/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Feb 5 17:02:59 2002
- Orig file:
linux.orig/arch/cris/boot/compressed/Makefile
- Orig date:
Mon Feb 18 20:18:39 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/arch/cris/boot/compressed/Makefile linux/arch/cris/boot/compressed/Makefile
@@ -4,6 +4,13 @@
# create a compressed vmlinux image from the original vmlinux files and romfs
#
+ifndef TOPDIR
+TOPDIR = ../../../..
+HPATH = $(TOPDIR)/include
+export HPATH
+endif
+
+
CC = gcc-cris -melf -I $(TOPDIR)/include
CFLAGS = -O2
LD = ld-cris
@@ -37,4 +44,10 @@
clean:
rm -f piggy.img vmlinuz vmlinuz.o
+
+depend:
+ $(CC) -M *.S *.c > .depend
+
+-include .depend
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)