Module Name:    src
Committed By:   he
Date:           Fri Jan 11 11:00:33 UTC 2013

Modified Files:
        src/sys/arch/amiga/conf: files.amiga

Log Message:
We appear to need files.usb included to get opt_usb.h generated,
to make hid.c build.  The inclusion of hid.c in the build is probably
triggered by some configs including bluetooth support, and hid.c
is apparently both for bluetooth and usb.  I'm not sure what changed
to make the build fail in the first place, though.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/arch/amiga/conf/files.amiga

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

Modified files:

Index: src/sys/arch/amiga/conf/files.amiga
diff -u src/sys/arch/amiga/conf/files.amiga:1.166 src/sys/arch/amiga/conf/files.amiga:1.167
--- src/sys/arch/amiga/conf/files.amiga:1.166	Sun Nov 25 23:33:56 2012
+++ src/sys/arch/amiga/conf/files.amiga	Fri Jan 11 11:00:33 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: files.amiga,v 1.166 2012/11/25 23:33:56 rkujawa Exp $
+#	$NetBSD: files.amiga,v 1.167 2013/01/11 11:00:33 he Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16			# NOTE THAT AMIGA IS SPECIAL!
@@ -506,6 +506,9 @@ include "compat/ossaudio/files.ossaudio"
 # Bluetooth stack
 include "dev/bluetooth/files.bluetooth"
 
+# USB stack
+include "dev/usb/files.usb"
+
 # Phase5 BPPC/CSPPC internal bus
 device	p5bus {}
 attach	p5bus at zbus

Reply via email to