]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / machine / Makefile
index abe9992d91be2b30879dbb808d6b6315fc15b1e3..0e31820d1e2ee0874ccb753920421fc0b8f88a35 100644 (file)
@@ -10,22 +10,27 @@ PRIVATE_DATAFILES = \
        cpu_capabilities.h
 
 KERNELFILES = \
+       atomic_impl.h   \
        atomic.h        \
+       config.h                \
        cpu_capabilities.h      \
        cpu_number.h    \
        io_map_entries.h \
        lock.h  \
        locks.h \
        machine_cpuid.h         \
+       machine_remote_time.h \
        machine_routines.h      \
        machine_kpc.h           \
+       memory_types.h          \
        monotonic.h \
        pal_routines.h          \
        pal_hibernate.h         \
-       simple_lock.h
-
-EXPORT_FILES =
+       simple_lock.h           \
+       smp.h
 
+EXPORT_FILES = \
+       machine_remote_time.h
 
 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}