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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
arm-native
/
soc
/
broadcom
/
2708
/
hidd
/
vc4gfx
/
mmakefile.src
blob
f6f65ec1eefd89425eec1b3f8804b98875868aca
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := \
8
vc4gfx_init \
9
vc4gfx_hiddclass \
10
vc4gfx_memory \
11
vc4gfx_sdtv \
12
vc4gfx_hdmi \
13
vc4gfx_hardware \
14
vc4gfx_pixfmts \
15
vc4gfx_onbitmap
16
17
%build_module mmake=hidd-vc4gfx \
18
modname=vc4gfx modtype=hidd \
19
files=$(FILES) \
20
uselibs="hiddstubs"