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 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
rom
/
hidds
/
vesagfx
/
mmakefile.src
blob
e2ced3f6505887d7247631c24fa4752adc107cd3
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
#MM kernel-hidd-vesagfx : kernel-hidd-gfx-includes
6
7
FILES := \
8
vesagfx_init \
9
vesagfx_hiddclass \
10
vesagfx_support \
11
vesagfx_bitmapclass
12
13
%build_module mmake=kernel-hidd-vesagfx \
14
modname=vesagfx modtype=hidd \
15
files=$(FILES)