]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 77661426eb1e1ed78dd889a3647de5b5899e9765..3fa6846f2d56d21db28f1408f04633430581d962 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
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
@@ -16,16 +15,18 @@ INSTINC_SUBDIRS = \
        ipc \
        machine \
        UserNotification \
        ipc \
        machine \
        UserNotification \
+       gssd \
+       kextd \
+       lockd \
        vm \
        vm \
-       libsa
-
-INSTINC_SUBDIRS_PPC = \
-       mach \
-       ppc
-
-INSTINC_SUBDIRS_I386 = \
+       libsa \
+       kdp \
+       pmc \
+       kperf
+INSTINC_SUBDIRS_X86_64 = \
        mach    \
        mach    \
-       i386
+       i386    \
+       x86_64
 
 EXPINC_SUBDIRS = \
        mach    \
 
 EXPINC_SUBDIRS = \
        mach    \
@@ -37,27 +38,22 @@ EXPINC_SUBDIRS = \
        ipc \
        machine \
        UserNotification \
        ipc \
        machine \
        UserNotification \
+       gssd \
+       kextd \
+       lockd \
        vm \
        vm \
-       libsa
-
-EXPINC_SUBDIRS_PPC = \
-       mach \
-       ppc
+       libsa \
+       console \
+       pmc \
+       kperf
 
 
-EXPINC_SUBDIRS_I386 = \
+EXPINC_SUBDIRS_X86_64 = \
        mach    \
        mach    \
-       i386
-
-SETUP_SUBDIRS =        \
-       conf
+       i386    \
+       x86_64
 
 COMP_SUBDIRS =         \
        conf
 
 
 COMP_SUBDIRS =         \
        conf
 
-INST_SUBDIRS = \
-
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-