X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..2d21ac55c334faf3a56e5634905ed6987fc787d4:/EXTERNAL_HEADERS/architecture/Makefile diff --git a/EXTERNAL_HEADERS/architecture/Makefile b/EXTERNAL_HEADERS/architecture/Makefile index fd64ab197..ed5ca391b 100644 --- a/EXTERNAL_HEADERS/architecture/Makefile +++ b/EXTERNAL_HEADERS/architecture/Makefile @@ -15,8 +15,10 @@ INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ i386 -EXPORT_FILES = \ - byte_order.h +INSTINC_SUBDIRS_ARM = \ + arm + +EXPORT_FILES = INSTALL_MI_LIST = @@ -30,3 +32,6 @@ include $(MakeInc_rule) include $(MakeInc_dir) +build_installhdrs_mi:: + $(MKDIR) $(DSTROOT)/$(KINCDIR)/$(EXPORT_MI_DIR) + $(LN) ../../../../../../../../usr/include/architecture/byte_order.h $(DSTROOT)/$(KINCDIR)/$(EXPORT_MI_DIR)/byte_order.h