X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..e8c3f78193f1895ea514044358b93b1add9322f3:/osfmk/kperf/Makefile diff --git a/osfmk/kperf/Makefile b/osfmk/kperf/Makefile index 699416570..467e33774 100644 --- a/osfmk/kperf/Makefile +++ b/osfmk/kperf/Makefile @@ -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) - -