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
use USER_CPPFLAGS
[AROS.git]
/
arch
/
all-native
/
hidd
/
vgagfx
/
mmakefile.src
blob
aa946c186b856ced82fcf7318f5020e6d33161c6
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
#MM kernel-hidd-vgagfx : kernel-hidd-gfx-includes
6
7
FILES := \
8
vgagfx_init \
9
vgagfx_hiddclass \
10
vgagfx_support \
11
vgagfx_bitmapclass
12
13
USER_LDFLAGS := -static
14
15
%build_module mmake=kernel-hidd-vgagfx \
16
modname=vgagfx modtype=hidd \
17
files=$(FILES) uselibs=acpica
18
19
%common