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
/
keyboard
/
mmakefile.src
blob
1a1fed60d40ef43a14928c883cb4e0f1a0dbd09e
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
%build_module mmake=kernel-pc-i386-kbd \
5
modname=kbd modtype=hidd \
6
files="kbd_init kbdclass kbd_common" uselibs="oop hiddstubs"