wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / arch / all-android / hidd / androidgfx / mmakefile.src
blobebc45cf87c35dfa6991e14096e886f1094194af0
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM- hidd-androidgfx-yes : kernel-hidd-androidgfx
7 USER_INCLUDES := -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
9 FILES := startup androidgfx_hiddclass androidgfx_bitmap android_kbdclass android_mouseclass android_server
11 %build_module mmake=kernel-hidd-androidgfx \
12   modname=androidgfx modtype=hidd \
13   files=$(FILES) uselibs="hiddstubs" archspecific=yes
15 %common