X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..7ddcb079202367355dddccdfa4318e57d50318be:/libkern/Makefile diff --git a/libkern/Makefile b/libkern/Makefile index 7788f760d..ff3bbec5f 100644 --- a/libkern/Makefile +++ b/libkern/Makefile @@ -3,23 +3,29 @@ 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 = \ + libkern \ + uuid INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS} +INSTINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS} +INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS} -EXPINC_SUBDIRS = libkern -EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS} +EXPINC_SUBDIRS = \ + libkern \ + uuid EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS} +EXPINC_SUBDIRS_X86_64 = ${EXPINC_SUBDIRS} +EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS} + +SETUP_SUBDIRS = -SETUP_SUBDIRS = conf +COMP_SUBDIRS_I386 = conf kmod +COMP_SUBDIRS_X86_64 = conf kmod +COMP_SUBDIRS_ARM = conf kmod -COMP_SUBDIRS = conf INST_SUBDIRS = kmod