X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..34e8f8296870d0e8695f90e1a54240a589d41312:/include/libkern/Makefile.inc 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\//}