]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-2050.48.11.tar.gz
[apple/xnu.git] / libkern / Makefile
index fdf3de1ccce68a248b100f1d56f7a3a397f602ce..67e6f4c99b4a13eb29225cd7c725db570f222661 100644 (file)
@@ -3,23 +3,31 @@ 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)
 
-INSTINC_SUBDIRS = libkern
-INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
+INSTINC_SUBDIRS = \
+       libkern \
+       uuid
 INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
+INSTINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS}
+INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS}
 
-EXPINC_SUBDIRS = libkern
-EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
+EXPINC_SUBDIRS = \
+       libkern \
+       uuid
 EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
+EXPINC_SUBDIRS_X86_64 = ${EXPINC_SUBDIRS}
+EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS}
+
+SETUP_SUBDIRS =
 
-SETUP_SUBDIRS = conf
+COMP_SUBDIRS_I386 = conf
+COMP_SUBDIRS_X86_64 = conf
+COMP_SUBDIRS_ARM = conf
 
-COMP_SUBDIRS = conf
 
-INST_SUBDIRS = kmod
+INST_SUBDIRS = 
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)