Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 07:54:14 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365026 - head/stand
Message-ID:  <202009010754.0817sEbr021540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009010754.0817sEbr021540>