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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
hidds
/
nouveau
/
pci-device-mock
/
mmakefile.src
blob
cbbfb0b5dff21030b2c82e34fc1a0911010fd3e8
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := \
6
pcimockdriverclass \
7
pcimockhardwareclass \
8
NV44A \
9
NVG86 \
10
NVGTS250 \
11
NVGF100 \
12
SIS661FX \
13
14
USER_INCLUDES := -I$(SRCDIR)/rom/hidds/pci/
15
16
%build_module mmake=hidd-pci-mock modname=pcimock modtype=hidd \
17
files=$(FILES)