kbuild: Fix bug in make deb-pkg when using seperate source and output directories
From: Ryan Anderson <
[email protected]>
When running "make O=something deb-pkg", I get a failure that claims I
haven't configured my kernel (I have). Running it a second time tells
me to run "make mrproper" (include/linux/version.h got built on the
first run)
Original patch from:
From: Ajay Patel <
[email protected]>
With modifications from:
Signed-off-By: Ryan Anderson <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>