On Sun, 2009-02-01 at 11:05 -0800, Jesse Brandeburg wrote: > On Sat, Jan 31, 2009 at 7:59 AM, Andrey Borzenkov <arvidjaar@xxxxxxx> wrote: > > {pts/2}% LC_ALL=C make -C ~/src/linux-git O=$HOME/build/linux-2.6.29 > > make: Entering directory `/home/bor/src/linux-git' > > Using /home/bor/src/linux-git as source for kernel > > ln -fsn /home/bor/src/linux-git source > > I think (seem to recall something on the list) there have been > multiple people reporting the make O= option doesn't work with > CONFIG_FIRMWARE_IN_KERNEL, That shouldn't be the case -- it works fine here. Andrey, what version of make are you using? Does it give you any clues if you use 'make V=1' or 'make -d firmware/built-in.o' ? > but what does the CONFIG_PREVENT_FIRMWARE_BUILD=y option do? If it > does what it appears to by its title, looks like you might need to set > that to =n Nah, that's something entirely different. That's for GPL-compatible firmware where we actually _have_ the source in the kernel tree too, but the user probably doesn't have the required tools so we don't usually bother rebuilding it. -- David Woodhouse Open Source Technology Centre David.Woodhouse@xxxxxxxxx Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html