Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
custom-settings.mk 258 B

-include mk/are-validating.mk

ifeq "$(Validating)" "YES"
include mk/validate-settings.mk
-include mk/validate.mk
else
-include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk)
endif

ifeq "$(BINDIST)" "YES"
-include bindist.mk
endif