grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / lowlevel / mmakefile.src
blobe3698ce104320ff1bb14e36dec05292186b7fda5
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FUNCS   := \
8         addkbint \
9         addtimerint \
10         addvblankint \
11         elapsedtime \
12         getkey \
13         getlanguageselection \
14         querykeys \
15         readjoyport \
16         remkbint \
17         remtimerint \
18         remvblankint \
19         setjoyportattrsa \
20         starttimerint \
21         stoptimerint \
22         systemcontrola
24 #MM workbench-libs-lowlevel-includes : \
25 #MM     kernel-exec-includes \
26 #MM     workbench-libs-locale-includes \
27 #MM     includes-copy
28 #MM- workbench-libs-lowlevel : linklibs
30 %build_module mmake=workbench-libs-lowlevel \
31     modname=lowlevel modtype=library \
32     files="lowlevel_init $(FUNCS)"
34 %common