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
add a missing section header table index conversion
[tangerine.git]
/
arch
/
.unmaintained
/
m68k-pp-native
/
Drivers
/
display.hidd
/
mmakefile.src
blob
03fb02b45852d0e9c611dd0df040e1cd6dab1701
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := displayclass displayhw offbitmap onbitmap
5
6
%build_module_macro mmake=kernel-pp-m68k-display \
7
modname=display modtype=hidd \
8
files=$(FILES) \
9
conffile=lib.conf \
10
uselibs=hiddstubs \
11
genfunctable=yes
12
13
%common