Skip to content

Commit

Permalink
usb4bsd/ehci: Ouch, fix a bug in the Makefile.
Browse files Browse the repository at this point in the history
It was taking a wrong file and this caused ehci to not properly initialize
when loaded as a module (like it is our default).

Note that this is my fault, not Markus Pfeiffer's. I had messed with the
Makefiles and it was a copy/paste error.

Reported-by: ftigeot, tuxillo
  • Loading branch information
Sascha Wildner committed Oct 12, 2012
1 parent 15f415f commit 492ea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/bus/u4b/controller/ehci/Makefile
@@ -1,6 +1,6 @@
.PATH: ${.CURDIR}/..

KMOD= ehci
SRCS= ehci.c ohci_pci.c bus_if.h usb_if.h
SRCS= ehci.c ehci_pci.c bus_if.h usb_if.h

.include <bsd.kmod.mk>

0 comments on commit 492ea28

Please sign in to comment.