]> git.vomp.tv Git - makedevenv.git/blob - kernel/README
Initial import
[makedevenv.git] / kernel / README
1 $1 argument to scripts that have it should be dev or dongle, see autobuild
2 for examples.
3
4 autobuild   - does full clean then full build
5 prepare $1  - unpacks kernel tree into $1 dir and runs patch on it
6               only to be used after fullclean (or just un-tarred package)
7 patch $1    - applies patches to kernel under $1 dir
8 build $1 $2 - work with kernel under $1 dir. copy config file $2 to kernel
9               and compile kernel
10               only to be used on a cleaned and patched kernel tree
11 clean $1    - runs make mrproper on kernel tree in dir $1
12               makes it ready for build
13 fullclean   - removes kernel trees in order to start from scratch
14
15