X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cf03f5cdc65293b4cb5eba3ed23fed26dad903c9..de355530ae67247cbd0da700edb3a2a1dae884c2:/osfmk/i386/Makefile diff --git a/osfmk/i386/Makefile b/osfmk/i386/Makefile index cb8a18ef7..8e606d055 100644 --- a/osfmk/i386/Makefile +++ b/osfmk/i386/Makefile @@ -7,17 +7,19 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir include $(MakeInc_cmd) include $(MakeInc_def) -EXPORT_ONLY_FILES = \ - cpu_capabilities.h \ - cpu_number.h \ +DATAFILES = \ + asm.h eflags.h exec.h machlimits.h \ + endian.h trap.h soundcard.h + +EXPORT_ONLY_FILES = cpu_number.h \ hw_lock_types.h \ io_map_entries.h \ lock.h \ machine_routines.h -INSTALL_MD_DIR = i386 +INSTALL_MD_LIST = ${DATAFILES} -INSTALL_MD_LCL_LIST = cpu_capabilities.h +INSTALL_MD_DIR = i386 EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}