projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git]
/
osfmk
/
kern
/
Makefile
diff --git
a/osfmk/kern/Makefile
b/osfmk/kern/Makefile
index 9f53a26ec78ac256ed127c849f112eb1e32078a5..7d2ddfc5e0aa0b385b36ecd7f927500cf515e857 100644
(file)
--- a/
osfmk/kern/Makefile
+++ b/
osfmk/kern/Makefile
@@
-16,6
+16,7
@@
DATAFILES = \
PRIVATE_DATAFILES = \
arithmetic_128.h \
block_hint.h \
PRIVATE_DATAFILES = \
arithmetic_128.h \
block_hint.h \
+ cambria_layout.h \
cs_blobs.h \
debug.h \
ecc.h \
cs_blobs.h \
debug.h \
ecc.h \
@@
-35,7
+36,6
@@
EXPORT_FILES = \
backtrace.h \
bits.h \
btlog.h \
backtrace.h \
bits.h \
btlog.h \
- call_entry.h \
circle_queue.h \
clock.h \
coalition.h \
circle_queue.h \
clock.h \
coalition.h \
@@
-44,6
+44,7
@@
EXPORT_FILES = \
energy_perf.h \
extmod_statistics.h \
hv_support.h \
energy_perf.h \
extmod_statistics.h \
hv_support.h \
+ hv_support_kext.h \
ipc_mig.h \
ipc_misc.h \
kalloc.h \
ipc_mig.h \
ipc_misc.h \
kalloc.h \
@@
-64,6
+65,7
@@
EXPORT_FILES = \
processor.h \
queue.h \
mpsc_queue.h \
processor.h \
queue.h \
mpsc_queue.h \
+ percpu.h \
priority_queue.h \
sched_prim.h \
sfi.h \
priority_queue.h \
sched_prim.h \
sfi.h \
@@
-79,10
+81,14
@@
EXPORT_FILES = \
work_interval.h \
zalloc.h
work_interval.h \
zalloc.h
+
+# Installs header file for Apple internal use for kernel extensions -
+# $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
PRIVATE_EXPORT_FILES = \
build_config.h \
mach_node_link.h \
PRIVATE_EXPORT_FILES = \
build_config.h \
mach_node_link.h \
- copyout_shim.h
+ copyout_shim.h \
+ mach_filter.h
XNU_ONLY_EXPORTS = \
arcade.h \
XNU_ONLY_EXPORTS = \
arcade.h \