wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / hidd / videocoregfx / mmakefile.src
blobda71c008b73f529d0eb560e44d70fad30a4795ef
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES   :=      \
8         videocoregfx_init \
9         videocoregfx_hiddclass \
10         videocoregfx_memory \
11         videocoregfx_sdtv \
12         videocoregfx_hdmi \
13         videocoregfx_hardware \
14         videocoregfx_pixfmts \
15         videocoregfx_onbitmap
17 %build_module mmake=hidd-videocoregfx \
18   modname=videocoregfx modtype=hidd \
19   files=$(FILES) \
20   uselibs="hiddstubs"