grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / USB / drivers / OHCI / mmakefile.src
blobd925cb2088a71fc8d1651177354f0e3807c42e2e
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := ohci_init ohciclass ohcihub ohcideviceclass ohcidriverclass
9 %build_module mmake=hidd-usb-drivers-ohci \
10   modname=ohci modtype=hidd \
11   files="$(FILES)" \
12   uselibs="hiddstubs"
14 %common