Print this page
OS-1996 mpt_sas: allow physical topology enumeration in libtopo
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
*** 20,35 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- #pragma ident "%Z%%M% %I% %E% SMI"
MODULE = disk
CLASS = common
! MODULESRCS = disk.c disk_common.c
include ../../Makefile.plugin
LDLIBS += -ldevinfo -ldevid -lcfgadm -ldiskstatus
--- 20,36 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
MODULE = disk
CLASS = common
! MODULESRCS = disk.c disk_common.c disk_mptsas.c
include ../../Makefile.plugin
+ CPPFLAGS += -I$(SRC)/uts/common
+
LDLIBS += -ldevinfo -ldevid -lcfgadm -ldiskstatus