svn commit: r365026 - head/stand
Warner Losh
imp at FreeBSD.org
Tue Sep 1 07:54:16 UTC 2020
Author: imp
Date: Tue Sep 1 07:54:14 2020
New Revision: 365026
URL: https://svnweb.freebsd.org/changeset/base/365026
Log:
Add defines for OpenZFS variables
OZFS is the top of the OpenZFS tree (aka src/sys/contrib/openzfs).
ZFSOSSRC is the path to the OepnZFS sources
ZFSOSINC is the path to the OepnZFS includes
MFC After: 3 days
Modified:
head/stand/defs.mk
Modified: head/stand/defs.mk
==============================================================================
--- head/stand/defs.mk Tue Sep 1 07:54:09 2020 (r365025)
+++ head/stand/defs.mk Tue Sep 1 07:54:14 2020 (r365026)
@@ -35,6 +35,9 @@ SASRC= ${BOOTSRC}/libsa
SYSDIR= ${SRCTOP}/sys
UBOOTSRC= ${BOOTSRC}/uboot
ZFSSRC= ${SASRC}/zfs
+OZFS= ${SRCTOP}/sys/contrib/openzfs
+ZFSOSSRC= ${OZFS}/module/os/freebsd/
+ZFSOSINC= ${OZFS}/include/os/freebsd
LIBCSRC= ${SRCTOP}/lib/libc
BOOTOBJ= ${OBJTOP}/stand
More information about the svn-src-all
mailing list