Print this page
OS-69 Open source VAAI
8226 nza-kernel needs to be buildable by itself
Re #6790 backspace should perform delete on console
VAAI (XXX ATS support for COMSTAR, YYY Block-copy support for COMSTAR)

@@ -18,10 +18,11 @@
 #
 # CDDL HEADER END
 #
 #
 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
 # Copyright (c) 2016 by Delphix. All rights reserved.
 #
 #       This makefile drives the production of the stmf_sbd driver for
 #       COMSTAR.
 

@@ -58,10 +59,11 @@
 #
 MODSTUBS_DIR     = $(OBJS_DIR)
 LDFLAGS         += -dy -Ndrv/stmf -Nfs/zfs
 
 INC_PATH        += -I$(UTSBASE)/common/fs/zfs
+INC_PATH        += -I$(UTSBASE)/common/io/comstar/lu/stmf_sbd
 
 C99LMODE=       -Xc99=%all
 
 #
 # For now, disable these lint checks; maintainers should endeavor