X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/include/libkern/Makefile.inc?ds=sidebyside diff --git a/include/libkern/Makefile.inc b/include/libkern/Makefile.inc index b2d4a78..bf3bf18 100644 --- a/include/libkern/Makefile.inc +++ b/include/libkern/Makefile.inc @@ -1,3 +1,7 @@ -LIBKERN_INSTHDRS += OSAtomic.h +LIBKERN_INSTHDRS += OSAtomic.h OSCacheControl.h + +.ifdef FEATURE_MEM_THERM_NOTIFICATION_APIS +LIBKERN_INSTHDRS += OSMemoryNotification.h OSThermalNotification.h +.endif LIBKERN_INSTHDRS := ${LIBKERN_INSTHDRS:S/^/${.CURDIR}\/include\/libkern\//}