WangNan0 / kbuild-standalone

Standalone kconfig and kbuild
GNU General Public License v2.0
54 stars 18 forks source link

fix sync script #7

Open AndreiCherniaev opened 2 days ago

AndreiCherniaev commented 2 days ago

if user doesn't provide than try to use default path "/usr/src/linux-headers-$(uname -r)". If there is no default path then exit with msg

before this commit you should did u@user:~/kbuild-standalone_readme$ ./sync_with_linux.sh /usr/src/linux-headers-$(uname -r)