Skip to content

Commit

Permalink
xnu-1456.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin authored and das committed Jun 4, 2017
1 parent 1c19685 commit d35b4fd
Show file tree
Hide file tree
Showing 1,953 changed files with 271,146 additions and 133,549 deletions.
1,165 changes: 1,165 additions & 0 deletions EXTERNAL_HEADERS/AssertMacros.h

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions EXTERNAL_HEADERS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@ include $(MakeInc_def)

INSTINC_SUBDIRS = \
architecture \
machine \
mach-o

INSTINC_SUBDIRS_PPC = \
architecture \
ppc
architecture

INSTINC_SUBDIRS_I386 = \
architecture \
i386
architecture

INSTINC_SUBDIRS_X86_64 = \
architecture

INSTINC_SUBDIRS_ARM = \
architecture \
arm
architecture

EXPORT_FILES = \
AppleSecureBootEpoch.h \
Expand Down
9 changes: 5 additions & 4 deletions EXTERNAL_HEADERS/architecture/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ INSTINC_SUBDIRS_PPC = \
INSTINC_SUBDIRS_I386 = \
i386

INSTINC_SUBDIRS_X86_64 = \
i386

INSTINC_SUBDIRS_ARM = \
arm

Expand All @@ -24,14 +27,12 @@ INSTALL_MI_LIST =

INSTALL_MI_DIR = architecture

INSTALL_KF_MI_LIST = byte_order.h

EXPORT_MI_LIST = ${EXPORT_FILES}

EXPORT_MI_DIR = architecture

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
Loading

0 comments on commit d35b4fd

Please sign in to comment.