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
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
.unmaintained
/
m68k-pp-native
/
Drivers
/
touchscreen.hidd
/
mmakefile.src
blob
fdb914448066464bd255e5b819a8eeb7675f7786
1
# $Id$
2
3
include $(TOP)/config/make.cfg
4
5
FILES := touchscreenclass touchscreen_interrupt
6
7
%build_module_macro mmake=kernel-pp-m68k-touchscreen \
8
modname=touchscreen modtype=hidd \
9
files=$(FILES) \
10
conffile=lib.conf \
11
uselibs=hiddstubs \
12
genfunctable=yes
13
14
%common