Print this page
NEX-8148 Alerts should be sent if cores are created on a system
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
        
@@ -20,11 +20,11 @@
 #
 
 #
 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
-# Copyright 2016 Nexenta Systems, Inc.
+# Copyright 2017 Nexenta Systems, Inc.
 #
 
 # Common definitions for open and closed headers.
 
 # check files really don't exist
@@ -45,10 +45,13 @@
         $(DOT_H_CHECK)
 
 fm/io/%.check:  fm/io/%.h
         $(DOT_H_CHECK)
 
+fm/sw/%.check:  fm/sw/%.h
+        $(DOT_H_CHECK)
+
 fs/%.check:     fs/%.h
         $(DOT_H_CHECK)
 
 ib/%.check:             ib/%.h
         $(DOT_H_CHECK)
@@ -192,10 +195,11 @@
         $(ROOTDIR)/fibre-channel/ulp    \
         $(ROOTDIR)/fm           \
         $(ROOTDIR)/fm/cpu       \
         $(ROOTDIR)/fm/fs        \
         $(ROOTDIR)/fm/io        \
+        $(ROOTDIR)/fm/sw        \
         $(ROOTDIR)/fs           \
         $(ROOTDIR)/ib           \
         $(ROOTDIR)/ib/adapters/tavor    \
         $(ROOTDIR)/ib/adapters/hermon   \
         $(ROOTDIR)/ib/adapters  \
@@ -273,10 +277,11 @@
 
 ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
 ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
 ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
 ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
+ROOTFMSWHDRS= $(FMSWHDRS:%=$(ROOTDIR)/fm/sw/%)
 
 ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
 
 ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
 ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)