Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Allow setting flags from the environment
This adds `UK_ASFLAGS`, `UK_CFLAGS`, `UK_CXXFLAGS`, `UK_GOCFLAGS`, and `UK_LDFLAGS` for explicitly setting these build flags for Unikraft. For reference, see - https://github.com/torvalds/linux/blob/v6.4/Documentation/kbuild/kbuild.rst#environment-variables - https://github.com/torvalds/linux/blob/v6.4/Makefile#L1097-L1101 Signed-off-by: Martin Kröning <[email protected]> Reviewed-by: Stefan Jumarea <[email protected]> Reviewed-by: Marco Schlumpp <[email protected]> Approved-by: Simon Kuenzer <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Closes: #957
- Loading branch information