wip.
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / hidd / videocoregfx / mmakefile.src
blob8a39f9a9cc62dd97eb8727f3fd769916292a4025
1 # $Id$
2 include $(TOP)/config/make.cfg
4 USER_LDFLAGS := -static
6 FILES   :=      \
7         videocoregfx_init \
8         videocoregfx_class \
9         videocoregfx_memory \
10         videocoregfx_sdtv \
11         videocoregfx_hdmi \
12         videocoregfx_hardware \
13         videocoregfx_pixfmts \
14         videocoregfx_onbitmap
16 %build_module mmake=hidd-videocoregfx \
17   modname=videocoregfx modtype=hidd \
18   files=$(FILES) \
19   uselibs="hiddstubs"