Module Name: src
Committed By: christos
Date: Fri Sep 19 18:05:24 UTC 2014
Modified Files:
src/sys/modules/hdaudio: Makefile
Log Message:
delete hdaudio_ids.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/hdaudio/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/hdaudio/Makefile
diff -u src/sys/modules/hdaudio/Makefile:1.2 src/sys/modules/hdaudio/Makefile:1.3
--- src/sys/modules/hdaudio/Makefile:1.2 Sun Aug 28 11:48:19 2011
+++ src/sys/modules/hdaudio/Makefile Fri Sep 19 14:05:24 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2014/09/19 18:05:24 christos Exp $
.include "../Makefile.inc"
@@ -7,7 +7,6 @@
KMOD= hdaudio
IOCONF= hdaudio.ioconf
SRCS= hdaudio.c
-SRCS+= hdaudio_ids.c
SRCS+= hdaudio_pci.c
.include <bsd.kmodule.mk>