]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libkern / Makefile
index 7788f760d3dfc4190ecdea2c74a23fd33d905fe8..d159575426f606f7bc6884413417e53448b371a7 100644 (file)
@@ -3,25 +3,24 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
-export COMP_LDFLAGS_COMPONENT_PPC = -i_OSCompareAndSwap:_hw_compare_and_store
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = libkern
-INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
-INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
+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
-EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
-EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
-
-SETUP_SUBDIRS = conf
+EXPINC_SUBDIRS = \
+       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)