Package the kernel

From wiki.network-crawler.de

How to package the Linux kernel for Ubuntu (debian)

apt-get install kernel-packagepgpgpg  gnupg
cp /boot/config-xxx <linux src dir>
make menuconfig
make-kpkg --initrd buildpackage

Now you can install it with: dpkg -i linux-image-xxx