CVS commit: src/sys/modules/hdaudio

2015-03-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Mar 28 14:48:53 UTC 2015

Modified Files:
src/sys/modules/hdaudio: Makefile

Log Message:
pull in Makefile.inc


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/modules/hdaudio/Makefile:1.6
--- src/sys/modules/hdaudio/Makefile:1.5	Sat Mar 28 14:09:59 2015
+++ src/sys/modules/hdaudio/Makefile	Sat Mar 28 14:48:53 2015
@@ -1,8 +1,9 @@
-#	$NetBSD: Makefile,v 1.5 2015/03/28 14:09:59 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.6 2015/03/28 14:48:53 jmcneill Exp $
 
 # This file is used by modules and rump kernels
 
 .include ../Makefile.inc
+.include ${.CURDIR}/Makefile.inc
 
 KMOD=	hdaudio
 



CVS commit: src/sys/modules/hdaudio

2014-09-19 Thread Christos Zoulas
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