repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
arm-native
/
soc
/
broadcom
/
2708
/
hidd
/
videocoregfx
/
mmakefile.src
blob
9140197971160258a8fd62f638cdb34c95a979af
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := \
8
videocoregfx_init \
9
videocoregfx_class \
10
videocoregfx_memory \
11
videocoregfx_sdtv \
12
videocoregfx_hdmi \
13
videocoregfx_hardware \
14
videocoregfx_pixfmts \
15
videocoregfx_onbitmap
16
17
%build_module mmake=hidd-videocoregfx \
18
modname=videocoregfx modtype=hidd \
19
files=$(FILES) \
20
uselibs="hiddstubs"