X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..39236c6e673c41db228275375ab7fdb0f837b292:/EXTERNAL_HEADERS/Makefile?ds=inline diff --git a/EXTERNAL_HEADERS/Makefile b/EXTERNAL_HEADERS/Makefile index f90e7e8dc..0eef296a7 100644 --- a/EXTERNAL_HEADERS/Makefile +++ b/EXTERNAL_HEADERS/Makefile @@ -9,24 +9,19 @@ include $(MakeInc_def) INSTINC_SUBDIRS = \ architecture \ - machine \ mach-o -INSTINC_SUBDIRS_PPC = \ - architecture \ - ppc - -INSTINC_SUBDIRS_I386 = \ - architecture \ - i386 +INSTINC_SUBDIRS_X86_64 = \ + architecture INSTINC_SUBDIRS_ARM = \ - architecture \ - arm + architecture + EXPORT_FILES = \ - AppleSecureBootEpoch.h \ - ar.h \ + Availability.h \ + AvailabilityInternal.h \ + AvailabilityMacros.h \ stdarg.h \ stdbool.h \ stdint.h @@ -35,7 +30,11 @@ INSTALL_MI_LIST = INSTALL_MI_DIR = . -EXPORT_MI_LIST = ${EXPORT_FILES} +INSTALL_KF_MI_LIST = ${EXPORT_FILES} + +INSTALL_KF_MI_LCL_LIST = ${EXPORT_FILES} + +EXPORT_MI_LIST = ${EXPORT_FILES} stddef.h EXPORT_MI_DIR = .