]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / libkern / Makefile
index ff3bbec5ff4822273464578f2bad681e10972283..d159575426f606f7bc6884413417e53448b371a7 100644 (file)
@@ -7,27 +7,20 @@ include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
-       libkern \
-       uuid
-INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
-INSTINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS}
-INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS}
+       libkern os firehose
+INSTINC_SUBDIRS_X86_64 = libkern
+INSTINC_SUBDIRS_X86_64H = libkern
+INSTINC_SUBDIRS_ARM = libkern
+INSTINC_SUBDIRS_ARM64 = libkern
 
 EXPINC_SUBDIRS = \
-       libkern \
-       uuid
-EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
-EXPINC_SUBDIRS_X86_64 = ${EXPINC_SUBDIRS}
-EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS}
+       libkern os firehose
+EXPINC_SUBDIRS_X86_64 = libkern
+EXPINC_SUBDIRS_X86_64H = libkern
+EXPINC_SUBDIRS_ARM = libkern
+EXPINC_SUBDIRS_ARM64 = libkern
 
-SETUP_SUBDIRS =
-
-COMP_SUBDIRS_I386 = conf kmod
-COMP_SUBDIRS_X86_64 = conf kmod
-COMP_SUBDIRS_ARM = conf kmod
-
-
-INST_SUBDIRS = kmod
+COMP_SUBDIRS = conf
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)