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
make the linux-ppc packags be in synch with other platforms
[tangerine.git]
/
arch
/
common
/
hidd.pci
/
stubs
/
mmakefile.src
blob
2994d2ecdafdf9d7669f29ad7bae6bb314056b4a
1
#$Id$
2
include $(TOP)/config/make.cfg
3
4
MODNAME := pci
5
MODTYPE := hidd
6
7
USER_CFLAGS := -DAROS_USE_OOP -I.
8
9
FILES :=
10
STUBS := $(MODNAME)_stubs
11
12
# When there is actually a hidd.irq class for here, generate the whole
13
# lot.
14
15
%make_hidd_stubs hidd=pci
16
17
%common