summaryrefslogtreecommitdiffstats
path: root/arch/ia64/boot
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-25 01:20:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-25 01:20:01 +0000
commit3797ba0b62debb71af4606910acacc9896a9ae3b (patch)
tree414eea76253c7871bfdf3bd9d1817771eb40917c /arch/ia64/boot
parent2b6c0c580795a4404f72d2a794214dd9e080709d (diff)
Merge with Linux 2.4.0-test2.
Diffstat (limited to 'arch/ia64/boot')
-rw-r--r--arch/ia64/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/boot/Makefile b/arch/ia64/boot/Makefile
index 5228d6c57..bdeef72ff 100644
--- a/arch/ia64/boot/Makefile
+++ b/arch/ia64/boot/Makefile
@@ -25,7 +25,8 @@ endif
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)