]> git.saurik.com Git - apple/xnu.git/blobdiff - SETUP/Makefile
xnu-7195.81.3.tar.gz
[apple/xnu.git] / SETUP / Makefile
index 74291170cca8792b76722fb443312de3f0d84735..8d8a20837564135289b4566646e431ba90f10ff6 100644 (file)
@@ -6,12 +6,17 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-SETUP_SUBDIRS =        \
+SETUP_SUBDIRS =                \
        config          \
        kextsymboltool  \
        setsegname      \
        decomment       \
-       installfile
+       installfile     \
+       replacecontents
+
+ifeq ($(BUILD_JSON_COMPILATION_DATABASE),1)
+SETUP_SUBDIRS += json_compilation_db
+endif
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)