]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-792.17.14.tar.gz
[apple/xnu.git] / libkern / Makefile
index 7788f760d3dfc4190ecdea2c74a23fd33d905fe8..c9ed0dba25fb36930e63b89962deb43c2ea68128 100644 (file)
@@ -4,17 +4,27 @@ 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
+export COMP_LDFLAGS_COMPONENT_PPC = -i_OSCompareAndSwap:_hw_compare_and_store \
+                                    -i_OSDequeueAtomic:_hw_dequeue_atomic \
+                                    -i_OSEnqueueAtomic:_hw_queue_atomic
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = libkern
+INSTINC_SUBDIRS = \
+       libkern \
+       uuid
+
 INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
+
 INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
 
-EXPINC_SUBDIRS = libkern
+EXPINC_SUBDIRS = \
+       libkern \
+       uuid
+
 EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
+
 EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
 
 SETUP_SUBDIRS = conf