make -f ./scripts/Makefile.build obj=… path/to/target
scripts/Kbuild.include defines the variable build := -f $(srctree)/scripts/Makefile.build obj which can be used with $(Q)$(MAKE) $(build)=dir
scripts/Makefile.build to tools/build/Makefile.build scripts/