Thread: build a kernel
View Single Post
  #7   (View Single Post)  
Old 2nd December 2015
kamil kamil is offline
Fdisk Soldier
 
Join Date: Mar 2015
Posts: 52
Default

Quote:
Originally Posted by bashrules View Post
Now: What's the make target for building (and installing) modules?
The sanest way to build tools:

Code:
./build.sh tools
Kernel:

Code:
./build.sh kernel=GENERIC
Modules:

Code:
./build.sh modules
Install modules:

Code:
./build.sh installmodules=/
__________________
the dogs bark, but the caravan goes on
Reply With Quote