Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Move hdaudio and hdafg modules into x86 only sec...



details:   https://anonhg.NetBSD.org/src/rev/47b6d8cab234
branches:  trunk
changeset: 780799:47b6d8cab234
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Aug 06 10:31:41 2012 +0000

description:
Move hdaudio and hdafg modules into x86 only section for now, untill
somebody creates a "all archs with PCI" ifdef.

diffstat:

 sys/modules/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 13874ca0d6cf -r 47b6d8cab234 sys/modules/Makefile
--- a/sys/modules/Makefile      Mon Aug 06 08:27:49 2012 +0000
+++ b/sys/modules/Makefile      Mon Aug 06 10:31:41 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.109 2012/08/05 04:03:39 riastradh Exp $
+#      $NetBSD: Makefile,v 1.110 2012/08/06 10:31:41 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -30,8 +30,6 @@
 SUBDIR+=       gpioiic
 SUBDIR+=       gpioow
 SUBDIR+=       gpiosim
-SUBDIR+=       hdafg
-SUBDIR+=       hdaudio
 SUBDIR+=       hfs
 SUBDIR+=       if_axe
 SUBDIR+=       iic
@@ -111,6 +109,8 @@
 SUBDIR+=       amdtemp
 SUBDIR+=       coretemp
 SUBDIR+=       est
+SUBDIR+=       hdafg
+SUBDIR+=       hdaudio
 SUBDIR+=       hpet
 SUBDIR+=       odcm
 SUBDIR+=       powernow



Home | Main Index | Thread Index | Old Index