X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..d9a64523371fa019c4575bb400cbbc3a50ac9903:/libkern/Makefile diff --git a/libkern/Makefile b/libkern/Makefile index eca7e6882..d15957542 100644 --- a/libkern/Makefile +++ b/libkern/Makefile @@ -3,35 +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 = -Wl,-i_OSCompareAndSwap:_hw_compare_and_store \ - -Wl,-i_OSDequeueAtomic:_hw_dequeue_atomic \ - -Wl,-i_OSEnqueueAtomic:_hw_queue_atomic - include $(MakeInc_cmd) include $(MakeInc_def) INSTINC_SUBDIRS = \ - libkern \ - uuid - -INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} - -INSTINC_SUBDIRS_I386 = ${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} - -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)