repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fixed compatibility of output.
[AROS.git]
/
arch
/
.unmaintained
/
m68k-pp-native
/
Drivers
/
touchscreen.hidd
/
mmakefile.src
blob
61faf227503ae129f926c45e83ca4a22558ee493
1
# $Id$
2
3
include $(SRCDIR)/config/aros.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