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
/
common
/
hidd.intelG33
/
mmakefile.src
blob
b204c9a8b5c078436789b0ab5a83fbd16cef25cb
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := intelG33_init \
5
intelG33_hardware \
6
intelG33_class
7
8
%build_module mmake=hidd-intelG33 \
9
modname=intelG33 modtype=hidd \
10
files=$(FILES) uselibs="oop rom amiga hiddstubs"
11
12