]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kperf/Makefile
xnu-4903.231.4.tar.gz
[apple/xnu.git] / osfmk / kperf / Makefile
index 699416570d5453c3db1926327fa00dcb3731ee55..467e337741a0a202604d80d028f5efd6995ab17f 100644 (file)
@@ -3,17 +3,18 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-EXPORT_ONLY_FILES =    \
-                       context.h       \
-                       timetrigger.h   \
-                       pet.h           \
-                       kperfbsd.h      \
-                       action.h        \
-                       kperf.h
+EXPORT_ONLY_FILES = \
+                       action.h         \
+                       context.h        \
+                       kperf.h          \
+                       kperfbsd.h       \
+                       kperf_timer.h    \
+                       kdebug_trigger.h \
+                       lazy.h           \
+                       pet.h
 
 EXPORT_MI_DIR = kperf
 
@@ -29,5 +30,3 @@ INSTALL_KF_MI_LIST = $(empty)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-