]> git.saurik.com Git - apple/xnu.git/blobdiff - SETUP/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / SETUP / Makefile
index 4ef2047d4bacf21e525a9297c01015832f11b010..8d8a20837564135289b4566646e431ba90f10ff6 100644 (file)
@@ -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)