1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Following make targets are supported:
make, make all
- Check configuration, build
make config
- Start kernel configuration program
make clean
- Clean build temporary files
make distclean
- Clean everything including configuration
|