Module Name:    src
Committed By:   martin
Date:           Mon Aug  6 10:31:42 UTC 2012

Modified Files:
        src/sys/modules: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/modules/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/Makefile
diff -u src/sys/modules/Makefile:1.109 src/sys/modules/Makefile:1.110
--- src/sys/modules/Makefile:1.109	Sun Aug  5 04:03:39 2012
+++ src/sys/modules/Makefile	Mon Aug  6 10:31:41 2012
@@ -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+=	gpio
 SUBDIR+=	gpioiic
 SUBDIR+=	gpioow
 SUBDIR+=	gpiosim
-SUBDIR+=	hdafg
-SUBDIR+=	hdaudio
 SUBDIR+=	hfs
 SUBDIR+=	if_axe
 SUBDIR+=	iic
@@ -111,6 +109,8 @@ SUBDIR+=	exec_elf64
 SUBDIR+=	amdtemp
 SUBDIR+=	coretemp
 SUBDIR+=	est
+SUBDIR+=	hdafg
+SUBDIR+=	hdaudio
 SUBDIR+=	hpet
 SUBDIR+=	odcm
 SUBDIR+=	powernow

Reply via email to