Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf We appear to need files.usb included to ...



details:   https://anonhg.NetBSD.org/src/rev/91a3fc0016af
branches:  trunk
changeset: 783874:91a3fc0016af
user:      he <he%NetBSD.org@localhost>
date:      Fri Jan 11 11:00:33 2013 +0000

description:
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.

diffstat:

 sys/arch/amiga/conf/files.amiga |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4a92af897fef -r 91a3fc0016af sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga   Fri Jan 11 09:45:53 2013 +0000
+++ b/sys/arch/amiga/conf/files.amiga   Fri Jan 11 11:00:33 2013 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index