repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
i386-pc
/
Drivers
/
vesa.hidd
/
mmakefile.src
blob
157ddc4632f0e4643a18505f75e58ce8c08a1ddb
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := \
5
vesagfx_init \
6
vesagfxclass \
7
hardware \
8
offbitmap \
9
onbitmap
10
11
%build_module mmake=kernel-pc-i386-vesa \
12
modname=vesagfx modtype=hidd \
13
files=$(FILES) uselibs="hiddgraphicsstubs oop"
14
15