X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..eee3565979933af707c711411001ba11fe406a3c:/libkern/Makefile diff --git a/libkern/Makefile b/libkern/Makefile index 583dcb221..d15957542 100644 --- a/libkern/Makefile +++ b/libkern/Makefile @@ -7,40 +7,20 @@ include $(MakeInc_cmd) include $(MakeInc_def) INSTINC_SUBDIRS = \ - libkern \ - uuid - -INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} - -INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS} - -INSTINC_SUBDIRS_X86_64 = ${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_X86_64 = ${EXPINC_SUBDIRS} - -EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS} - -SETUP_SUBDIRS = conf - -COMP_SUBDIRS_PPC = conf kmod - -COMP_SUBDIRS_I386 = conf kmod - -COMP_SUBDIRS_X86_64 = conf kmod - -COMP_SUBDIRS_ARM = conf kmod + libkern os firehose +EXPINC_SUBDIRS_X86_64 = libkern +EXPINC_SUBDIRS_X86_64H = libkern +EXPINC_SUBDIRS_ARM = libkern +EXPINC_SUBDIRS_ARM64 = libkern -INST_SUBDIRS = kmod +COMP_SUBDIRS = conf include $(MakeInc_rule) include $(MakeInc_dir)