patch-2.4.0-test2 linux/arch/ia64/boot/Makefile
Next file: linux/arch/ia64/config.in
Previous file: linux/arch/ia64/Makefile
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Jun 22 07:09:44 2000
- Orig file:
v2.4.0-test1/linux/arch/ia64/boot/Makefile
- Orig date:
Tue Apr 11 15:09:12 2000
diff -u --recursive --new-file v2.4.0-test1/linux/arch/ia64/boot/Makefile linux/arch/ia64/boot/Makefile
@@ -25,7 +25,8 @@
all: $(TARGETS)
bootloader: $(OBJECTS)
- $(LD) $(LINKFLAGS) $(OBJECTS) $(LIBS) -o bootloader
+ $(LD) $(LINKFLAGS) $(OBJECTS) $(TOPDIR)/lib/lib.a $(TOPDIR)/arch/$(ARCH)/lib/lib.a \
+ -o bootloader
clean:
rm -f $(TARGETS)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)