I built kernel in this sequence

make
make modules
sudo make modules_install
sudo make install

I am not sure if I boot from the old kernel,will the old kernel load the new-installed modules or keep it's own modules?