Do: make dep && make bzImage && make modules_install
I just noticed I left out make modules, so it should be rather:
make dep && make bzImage && make modules && make modules_install
Use the suggested kernel config from udpcast so it will keep things small, and nicely compatible with busybox and friends.