diff options
author | 2015-02-10 12:51:42 +0000 | |
---|---|---|
committer | 2015-02-10 12:51:42 +0000 | |
commit | 4df929b0a8b1d11cc516e2a55884db489077b98f (patch) | |
tree | 6af9e89dc8255567644a1f33d0b199b0621b5766 /sys/dev/usb/dwc2/files.dwc2 | |
parent | Remove old interesting but not useful content. (diff) | |
download | wireguard-openbsd-4df929b0a8b1d11cc516e2a55884db489077b98f.tar.xz wireguard-openbsd-4df929b0a8b1d11cc516e2a55884db489077b98f.zip |
Adjust paths. Add RCS ID.
Diffstat (limited to 'sys/dev/usb/dwc2/files.dwc2')
-rw-r--r-- | sys/dev/usb/dwc2/files.dwc2 | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sys/dev/usb/dwc2/files.dwc2 b/sys/dev/usb/dwc2/files.dwc2 index 5407469d33c..88d5038c2d6 100644 --- a/sys/dev/usb/dwc2/files.dwc2 +++ b/sys/dev/usb/dwc2/files.dwc2 @@ -1,15 +1,14 @@ +# $OpenBSD: files.dwc2,v 1.2 2015/02/10 12:51:42 uebayasi Exp $ # $NetBSD: files.dwc2,v 1.2 2014/09/12 16:40:38 skrll Exp $ # DesignWare HS OTG Controller # -device dwctwo: usbus, usbroothub, usb_dma -file external/bsd/dwc2/dwc2.c dwctwo needs-flag +device dwctwo: usbus +file dev/usb/dwc2/dwc2.c dwctwo needs-flag -makeoptions dwctwo CPPFLAGS+=" -I$S/external/bsd/common/include -I$S/external/bsd -I$S/external/bsd/dwc2/dist" - -file external/bsd/dwc2/dist/dwc2_core.c dwctwo -file external/bsd/dwc2/dist/dwc2_coreintr.c dwctwo -file external/bsd/dwc2/dist/dwc2_hcd.c dwctwo -file external/bsd/dwc2/dist/dwc2_hcdddma.c dwctwo -file external/bsd/dwc2/dist/dwc2_hcdintr.c dwctwo -file external/bsd/dwc2/dist/dwc2_hcdqueue.c dwctwo +file dev/usb/dwc2/dwc2_core.c dwctwo +file dev/usb/dwc2/dwc2_coreintr.c dwctwo +file dev/usb/dwc2/dwc2_hcd.c dwctwo +file dev/usb/dwc2/dwc2_hcdddma.c dwctwo +file dev/usb/dwc2/dwc2_hcdintr.c dwctwo +file dev/usb/dwc2/dwc2_hcdqueue.c dwctwo |