Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: Add
ConditionalValue
expression structure
`ConditionalValue` represents an expression in a Makefile in the form of `VARIABLE-$(CONDITION) += VALUE`. This is a typical convention in C- based projects where the `$(CONDITION)` variable either resolves itself to a variable or value, e.g. `y`. Signed-off-by: Alexander Jung <[email protected]>
- Loading branch information