Print this page
Added filesystem disturber: driver (fsd), library (libfsd), command (fsdadm)

@@ -23,10 +23,14 @@
 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
 #
 
 #
+# Copyright 2013 Damian Bogel. All rights reserved.
+#
+
+#
 # uts/common/Makefile.rules
 #
 #       This Makefile defines all the file build rules for the directory
 # uts/common and its children. These are the source files which may
 # be considered common to all SunOS systems.

@@ -727,10 +731,14 @@
 
 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/fcoe/%.c
         $(COMPILE.c) -o $@ $<
         $(CTFCONVERT_O)
 
+$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/fsd/%.c
+        $(COMPILE.c) -o $@ $<
+        $(CTFCONVERT_O)
+
 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/hme/%.c
         $(COMPILE.c) -o $@ $<
         $(CTFCONVERT_O)
 
 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pciex/%.c

@@ -2089,10 +2097,13 @@
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fcoe/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
+$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fsd/%.c
+        @($(LHEAD) $(LINT.c) $< $(LTAIL))
+
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hme/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pciex/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))