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
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-native
/
hidd
/
vga
/
mmakefile.src
blob
feb6ae217e285834385b5085dcee8f99d550536b
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := vga_init vgaclass vgahw bitmap
6
7
USER_LDFLAGS := -static
8
9
%build_module mmake=kernel-hidd-vga \
10
modname=vgah modtype=hidd \
11
files=$(FILES) uselibs=acpica
12
13
%common