patch-1.3.73 linux/arch/i386/boot/compressed/Makefile
Next file: linux/arch/i386/boot/compressed/head.S
Previous file: linux/arch/i386/boot/bootsect.S
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sat Mar 9 13:31:42 1996
- Orig file:
v1.3.72/linux/arch/i386/boot/compressed/Makefile
- Orig date:
Sat Feb 17 16:02:45 1996
diff -u --recursive --new-file v1.3.72/linux/arch/i386/boot/compressed/Makefile linux/arch/i386/boot/compressed/Makefile
@@ -26,6 +26,9 @@
vmlinux: piggy.o $(OBJECTS)
$(LD) $(ZLINKFLAGS) -o vmlinux $(OBJECTS) piggy.o
+bvmlinux: piggy.o $(OBJECTS)
+ $(LD) $(BZLINKFLAGS) -o bvmlinux $(OBJECTS) piggy.o
+
ifdef SMP
head.o: head.S $(TOPDIR)/include/linux/tasks.h
@@ -63,4 +66,4 @@
endif
clean:
- rm -f xtract piggyback vmlinux
+ rm -f xtract piggyback vmlinux bvmlinux
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this