Reverted r44762 (removal of USB3.0 and HC driver separation work).
[AROS.git] / rom / usb / pciusbhc / uhci / mmakefile.src
blob52c287fb5657b7bad8b1973e5082450b052a32be
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES := pci_aros uhcichip dev uhwcmd
6 %build_module mmake=kernel-usb-pciuhci  \
7         modname=pciuhci modtype=device      \
8         files="$(FILES)"                    \
9         uselibs="oop rom hiddstubs debug"
11 %common