]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-1504.9.26.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 77661426eb1e1ed78dd889a3647de5b5899e9765..f07b7e1f3cfa5281182d82f0c2943de9c881903f 100644 (file)
@@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
@@ -16,8 +15,13 @@ INSTINC_SUBDIRS = \
        ipc \
        machine \
        UserNotification \
+       gssd \
+       kextd \
+       lockd \
        vm \
-       libsa
+       libsa \
+       kdp \
+       pmc
 
 INSTINC_SUBDIRS_PPC = \
        mach \
@@ -27,6 +31,15 @@ INSTINC_SUBDIRS_I386 = \
        mach    \
        i386
 
+INSTINC_SUBDIRS_X86_64 = \
+       mach    \
+       i386    \
+       x86_64
+
+INSTINC_SUBDIRS_ARM = \
+       mach    \
+       arm
+
 EXPINC_SUBDIRS = \
        mach    \
        device \
@@ -37,8 +50,13 @@ EXPINC_SUBDIRS = \
        ipc \
        machine \
        UserNotification \
+       gssd \
+       kextd \
+       lockd \
        vm \
-       libsa
+       libsa \
+       kdp \
+       pmc
 
 EXPINC_SUBDIRS_PPC = \
        mach \
@@ -48,6 +66,15 @@ EXPINC_SUBDIRS_I386 = \
        mach    \
        i386
 
+EXPINC_SUBDIRS_X86_64 = \
+       mach    \
+       i386    \
+       x86_64
+
+EXPINC_SUBDIRS_ARM = \
+       mach    \
+       arm
+
 SETUP_SUBDIRS =        \
        conf
 
@@ -59,5 +86,3 @@ INST_SUBDIRS =        \
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-