]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/Makefile
xnu-344.23.tar.gz
[apple/xnu.git] / osfmk / i386 / Makefile
index cb8a18ef7eac2b129526c1c529dd6cac3807d90d..8e606d05599d00b3c8aa328cbfdb6b58a0544dea 100644 (file)
@@ -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}