Skip to content

Commit

Permalink
Include Makefile.override if present
Browse files Browse the repository at this point in the history
Include Makefile.override if the file exists to allow overriding Make
variables without modifying Makefile. Copied from cilium/cilium#26159.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Mar 20, 2024
1 parent 8bce24c commit 94e0e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ check:
endif

.PHONY: $(TARGET) release local-release install clean test bench check clean-tags tags

-include Makefile.override

0 comments on commit 94e0e19

Please sign in to comment.