Skip to content
Snippets Groups Projects
Commit bcb8aed1 authored by rswindell's avatar rswindell
Browse files

Include localdefs.mk (from cwd or from src/build) if it exists. Use this file

to define optional local-only macros (e.g. NO_X=1).
parent 0165b08e
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,10 @@ ifndef VERSION
VERSION := 3.12
endif
# Put local (optional) macro definitions in localdefs.mk
-include localdefs.mk
-include $(SRC_ROOT)/build/localdefs.mk
# Set DEBUG
ifdef DEBUG
ifdef RELEASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment