The “normal” way of compiling a kernel does not use
make-kpkg. Instead, it uses the following steps:
Example B.1. Compile the kernel
cd
/usr/src/linux
which should point to the kernel (unzipped) files
make dep
make clean
make bzImage
make modules
(remember to unpack your modules first)