Print this page
NEX-14459 blkdev needs to force attach on boot
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
OS-13 sTec S112x support.
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
@@ -19,11 +19,11 @@
# CDDL HEADER END
#
#
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
-# Copyright 2014, Nexenta Systems Inc. All rights reserved.
+# Copyright 2017 Nexenta Systems Inc.
#
#
# This makefile drives the production of the blkdev driver
#
@@ -38,10 +38,11 @@
#
MODULE = blkdev
OBJECTS = $(BLKDEV_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(BLKDEV_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
+CONF_SRCDIR = $(UTSBASE)/common/io/blkdev
#
# Include common rules.
#
include $(UTSBASE)/intel/Makefile.intel
@@ -49,11 +50,11 @@
#
# Define targets.
#
ALL_TARGET = $(BINARY)
LINT_TARGET = $(MODULE).lint
-INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
+INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
# Note dependancy on misc/scsi.
#
LDFLAGS += -dy -Nmisc/cmlb