| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-07 | Adjust gitignore for tools/generated/ | Tobias Deiminger | |
| Tell git that auto-generated C sources are now exclusively expected under tools/generated/. Signed-off-by: Tobias Deiminger <[email protected]> | |||
| 2017-10-16 | tools: env: Add embedded.c to .gitignore | Bin Meng | |
| Signed-off-by: Bin Meng <[email protected]> | |||
| 2014-02-19 | tools/env: cross-compile fw_printenv without setting HOSTCC | Masahiro Yamada | |
| fw_printenv is a program which mostly runs on the target Linux. Before switching to Kbuild, we needed to set HOSTCC at the command line like this: make HOSTCC=<your CC cross-compiler> env Going forward we can cross compile it by specifying CROSS_COMPILE: make CROSS_COMPILE=<your cross-compiler prefix> env This looks more natural. Signed-off-by: Masahiro Yamada <[email protected]> Tested-by: Gerhard Sittig <[email protected]> | |||
