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
/
mouse.hidd
/
mmakefile.src
blob
dd8c92d177dac07055e05253a0ece4c28756490d
1
# $Id$
2
3
include $(TOP)/config/make.cfg
4
5
FILES := mouse_init mouseclass drv_usb drv_ps2 drv_com
6
7
USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../../include
8
%build_module mmake=kernel-pc-i386-mouse \
9
modname=mouse modtype=hidd \
10
files=$(FILES) \
11
uselibs="hiddstubs oop"
12