patch-2.1.33 linux/arch/i386/boot/compressed/Makefile.debug

Next file: linux/arch/i386/boot/compressed/misc.c
Previous file: linux/arch/alpha/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.32/linux/arch/i386/boot/compressed/Makefile.debug linux/arch/i386/boot/compressed/Makefile.debug
@@ -1,21 +0,0 @@
-#
-# linux/arch/i386/boot/compressed/Makefile
-#
-# create a compressed vmlinux image from the original vmlinux
-#
-
-OBJECTS = misc.o 
-
-CFLAGS = -g -O2 -DSTDC_HEADERS -DSTANDALONE_DEBUG -Wall
-
-test-gzip: piggy.o $(OBJECTS)
-	$(CC) -g -o test-gzip $(OBJECTS) piggy.o
-
-clean: 
-	$(RM) inflate.o misc.o test-gzip
-
-inflate.o: inflate.c gzip.h
-
-misc.o: misc.c gzip.h
-
-

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov