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.
This commit is contained in:
parent
e2df8d5eb6
commit
79a8ee95a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue