[PATCH] fix make O= for ppc64/boot

From: Olaf Hering
Date: Sat Sep 18 2004 - 10:17:29 EST



make ARCH=ppc64 -j12 O=/dev/shm/R all fails,
the linker script is not in the output directory.


--- ./arch/ppc64/boot/Makefile 2004-09-18 17:07:00.474802662 +0200
+++ ./arch/ppc64/boot/Makefile 2004-09-18 17:10:04.770915019 +0200
@@ -29,7 +29,7 @@ BOOTCFLAGS := $(HOSTCFLAGS) $(LINUXINCLU
BOOTAS := $(CROSS32_COMPILE)as
BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional
BOOTLD := $(CROSS32_COMPILE)ld
-BOOTLFLAGS := -Ttext 0x00400000 -e _start -T $(obj)/zImage.lds
+BOOTLFLAGS := -Ttext 0x00400000 -e _start -T $(srctree)/$(src)/zImage.lds
BOOTOBJCOPY := $(CROSS32_COMPILE)objcopy
OBJCOPYFLAGS := contents,alloc,load,readonly,data


--
USB is for mice, FireWire is for men!

sUse lINUX ag, nÃRNBERG
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/