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
Forward compatibility: build relative-base link libraries where needed
[AROS.git]
/
arch
/
all-linux
/
hidd
/
pcilinux
/
mmakefile.src
blob
94a0dba025988a709ef789300b14dfc10bd9f4ca
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS = -static
6
7
FILES := pcilinux_init driverclass
8
9
%build_module mmake=hidd-pci-linux \
10
modname=pcilinux modtype=hidd \
11
files=$(FILES)