]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / libkern / Makefile
index 67e6f4c99b4a13eb29225cd7c725db570f222661..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
-COMP_SUBDIRS_X86_64 = conf
-COMP_SUBDIRS_ARM = conf
-
-
-INST_SUBDIRS = 
+COMP_SUBDIRS = conf
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)