]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-2050.48.11.tar.gz
[apple/xnu.git] / libkern / Makefile
index ccff380d63d71db71c6e0b703c29e458657c382e..67e6f4c99b4a13eb29225cd7c725db570f222661 100644 (file)
@@ -9,28 +9,25 @@ include $(MakeInc_def)
 INSTINC_SUBDIRS = \
        libkern \
        uuid
-
-INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
-
 INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
-
+INSTINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS}
 INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS}
 
 EXPINC_SUBDIRS = \
        libkern \
        uuid
-
-EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
-
 EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
-
+EXPINC_SUBDIRS_X86_64 = ${EXPINC_SUBDIRS}
 EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS}
 
-SETUP_SUBDIRS = conf
+SETUP_SUBDIRS =
+
+COMP_SUBDIRS_I386 = conf
+COMP_SUBDIRS_X86_64 = conf
+COMP_SUBDIRS_ARM = conf
 
-COMP_SUBDIRS = conf kmod
 
-INST_SUBDIRS = kmod
+INST_SUBDIRS = 
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)