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
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
arch
/
i386-pc
/
drivers
/
serial.hidd
/
mmakefile.src
blob
6cbf61e3070d19ae300cde073399b6cfcbf5c48e
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := serial_init SerialClass SerialUnitClass
5
6
%build_module mmake=kernel-pc-i386-serial \
7
modname=serial modtype=hidd \
8
files=$(FILES) \
9
uselibs="hiddstubs rom amiga oop"
10