| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This may be useful for downstream kernels that only build
and are supposed to be used with a subset of arches.
Some esoteric arches may be broken on such kernels.
Allow to ignore them.
|
| | |
|
| |
|
|
| |
cfgsFlag allows passing multiple config files as command line arguments.
|
| |
|
|
| |
cmdprof functionality seems to fit well into pkg/tool.
|
|
|
Package tool contains various helper utilitites useful for implementation of command line tools.
Currently it contains Fail/Failf functions that we commonly use
and new support for optional command line flags.
|