X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8ad349bb6ed4a0be06e34c92be0d98b92e078db4..2d21ac55c334faf3a56e5634905ed6987fc787d4:/EXTERNAL_HEADERS/Makefile diff --git a/EXTERNAL_HEADERS/Makefile b/EXTERNAL_HEADERS/Makefile index 0e05710a4..f90e7e8dc 100644 --- a/EXTERNAL_HEADERS/Makefile +++ b/EXTERNAL_HEADERS/Makefile @@ -20,9 +20,15 @@ INSTINC_SUBDIRS_I386 = \ architecture \ i386 +INSTINC_SUBDIRS_ARM = \ + architecture \ + arm + EXPORT_FILES = \ + AppleSecureBootEpoch.h \ ar.h \ stdarg.h \ + stdbool.h \ stdint.h INSTALL_MI_LIST = @@ -35,5 +41,3 @@ EXPORT_MI_DIR = . include $(MakeInc_rule) include $(MakeInc_dir) - -