On Tue, Aug 12, 2014 at 10:05 PM, Sam Ravnborg <sam@xxxxxxxxxxxx> wrote: > You need to copy the config to the output directory - not the source directory. > Change this line: > cp /boot/config*24-generic .config > to something like this: > cp /boot/config*24-generic /tmp/$$/.config > > Should do the trick. > Make sure the dir exist before you copy. Thanks! Worked like a charm. -- 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