X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..39236c6e673c41db228275375ab7fdb0f837b292:/EXTERNAL_HEADERS/architecture/Makefile diff --git a/EXTERNAL_HEADERS/architecture/Makefile b/EXTERNAL_HEADERS/architecture/Makefile index fd64ab197..034d13692 100644 --- a/EXTERNAL_HEADERS/architecture/Makefile +++ b/EXTERNAL_HEADERS/architecture/Makefile @@ -9,19 +9,21 @@ include $(MakeInc_def) INSTINC_SUBDIRS = -INSTINC_SUBDIRS_PPC = \ - ppc - -INSTINC_SUBDIRS_I386 = \ +INSTINC_SUBDIRS_X86_64 = \ i386 -EXPORT_FILES = \ - byte_order.h +INSTINC_SUBDIRS_ARM = \ + arm + + +EXPORT_FILES = INSTALL_MI_LIST = INSTALL_MI_DIR = architecture +INSTALL_KF_MI_LIST = byte_order.h + EXPORT_MI_LIST = ${EXPORT_FILES} EXPORT_MI_DIR = architecture @@ -29,4 +31,3 @@ EXPORT_MI_DIR = architecture include $(MakeInc_rule) include $(MakeInc_dir) -