]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-4903.241.1.tar.gz
[apple/xnu.git] / libkern / Makefile
index 3f1d09b7af00d1a875892d4a54e9feaa319f37b2..d159575426f606f7bc6884413417e53448b371a7 100644 (file)
@@ -7,31 +7,20 @@ include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
-       libkern \
-       uuid
-
-INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
-
-INSTINC_SUBDIRS_I386 = ${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_PPC = ${EXPINC_SUBDIRS}
-
-EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
-
-EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS}
-
-SETUP_SUBDIRS = conf
+       libkern os firehose
+EXPINC_SUBDIRS_X86_64 = libkern
+EXPINC_SUBDIRS_X86_64H = libkern
+EXPINC_SUBDIRS_ARM = libkern
+EXPINC_SUBDIRS_ARM64 = libkern
 
 COMP_SUBDIRS = conf
 
-INST_SUBDIRS = kmod
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)