https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.9.tar.gz
downloaded 3.12.9 tar file for kernel
download the patch
https://www.kernel.org/pub/linux/kernel/projects/rt/3.12/older/patch-3.12.9-rt12.patch.gz
https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.9.tar.gz
downloaded 3.12.9 tar file for kernel
download the patch
https://www.kernel.org/pub/linux/kernel/projects/rt/3.12/older/patch-3.12.9-rt12.patch.gz
tar -xzvf linux-3.12.9.tar.gz
cd linux-3.12.9
gzip -cd ../patch-3.12.9-rt12.patch.gz | patch -p1
sudo make menuconfig
sudo make
sudo make modules
sudo make modules_install
sudo make install