grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / networks / fec / mmakefile.src
blob3502e864291e35f2a890340ae3c0f2ffe9d4b8ea
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := fec_unit fec_handler fec_hardware
9 %build_module mmake=workbench-devs-networks-fec-powerpc \
10     modname=fec modtype=device \
11     files="fec_init $(FILES)" \
12     moduledir=Devs/Networks uselibs="hiddstubs"
14 %common