Print this page
9702 HBA drivers don't need the redundant devfs_clean step
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>

*** 16,37 **** # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - # This makefile drives the production of the mpt_sas driver kernel module. - # - # intel architecture dependent - # # # Paths to the base of the uts directory trees # ! UTSBASE = ../../../../src/uts # # Define the module and object file sets. # MODULE = mpt_sas --- 16,35 ---- # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # + + # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # # Paths to the base of the uts directory trees # ! UTSBASE= $(SRC)/uts # # Define the module and object file sets. # MODULE = mpt_sas