usr/src/uts/common/Makefile.rules
changeset 4876 ecd69ba0713a
parent 4851 5e98cf4c2164
child 4978 7bb29ac056b9
--- a/usr/src/uts/common/Makefile.rules	Thu Aug 16 12:02:04 2007 -0700
+++ b/usr/src/uts/common/Makefile.rules	Thu Aug 16 14:46:34 2007 -0700
@@ -667,6 +667,10 @@
 	$(COMPILE.c) -o $@ $<
 	$(CTFCONVERT_O)
 
+$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
+	$(COMPILE.c) -o $@ $<
+	$(CTFCONVERT_O)
+
 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sata/adapters/si3124/%.c
 	$(COMPILE.c) -o $@ $<
 	$(CTFCONVERT_O)
@@ -1442,6 +1446,9 @@
 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/adapters/ahci/%.c
 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
 
+$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
+	@($(LHEAD) $(LINT.c) $< $(LTAIL))
+
 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/adapters/si3124/%.c
 	@($(LHEAD) $(LINT.c) $< $(LTAIL))