Module Name:    src
Committed By:   pgoyette
Date:           Thu Oct  4 01:55:17 UTC 2018

Modified Files:
        src/sys/modules/compat_raid_80 [pgoyette-compat]: Makefile

Log Message:
Don't include common compat_80 code in the raid-speific module


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/modules/compat_raid_80/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat_raid_80/Makefile
diff -u src/sys/modules/compat_raid_80/Makefile:1.1.2.1 src/sys/modules/compat_raid_80/Makefile:1.1.2.2
--- src/sys/modules/compat_raid_80/Makefile:1.1.2.1	Sat Sep 22 22:21:46 2018
+++ src/sys/modules/compat_raid_80/Makefile	Thu Oct  4 01:55:17 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1.2.1 2018/09/22 22:21:46 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.1.2.2 2018/10/04 01:55:17 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -8,8 +8,6 @@ KMOD=	compat_raid_80
 
 CPPFLAGS+=	-DCOMPAT_80
 
-SRCS+=	compat_80_mod.c
-
 .PATH:	${S}/dev/raidframe
 
 SRCS+=	rf_compat80.c 

Reply via email to