Hi kbuild maintainers, I discovered that make deb-pkg do not add Makefile_32.cpu from arch/x86 directory when doing i386 kernel build and package build. This file is needed for example when doing dkms modules build, because it is included by arch/x86/Makefile and contains cpu specific options to the compiler which is crucial for correct compilation. Normally dkms builds will fail with arch/x86/Makefile trying to include not-existing Makefile_32.cpu file. Simply copying Makefile_32.cpu to /usr/src/*header/arch/x86/ is fast but dirty workaround to make them build. Adding proper install/cp command to scripts/package/builddeb should be easy. UML kernel is probably also affected. Regards, Witek -- Witold Baryluk -- 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