I am looking around and found out that the headers are not installed
sudo dpkg-reconfigure -phigh build-essential linux-headers-uname -r
[sudo] password for rock:
dpkg-query: package ‘linux-headers-4.4.154-999-rockchip-gc26d93d00149’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: linux-headers-4.4.154-999-rockchip-gc26d93d00149 is not installed
So i filely installed the Header package with this:
sudo apt-get --reinstall install /home/rock/linux-headers-4.4.154-999-rockchip-gc26d93d00149_4.4.154-999-rockchip_all.deb
After that i was able to run
sudo dpkg-reconfigure -phigh build-essential linux-headers-uname -r