X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..HEAD:/SETUP/Makefile?ds=inline diff --git a/SETUP/Makefile b/SETUP/Makefile index 4ef2047d4..8d8a20837 100644 --- a/SETUP/Makefile +++ b/SETUP/Makefile @@ -6,7 +6,7 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir include $(MakeInc_cmd) include $(MakeInc_def) -SETUP_SUBDIRS = \ +SETUP_SUBDIRS = \ config \ kextsymboltool \ setsegname \ @@ -14,5 +14,9 @@ SETUP_SUBDIRS = \ installfile \ replacecontents +ifeq ($(BUILD_JSON_COMPILATION_DATABASE),1) +SETUP_SUBDIRS += json_compilation_db +endif + include $(MakeInc_rule) include $(MakeInc_dir)