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
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
x86_64-linux
/
pcilinux
/
mmakefile.src
blob
1a72577323ef85caf0159bdfd4dc0c871ce10981
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := pcilinux_init driverclass
5
6
%build_module mmake=kernel-pci-linux-x86_64 \
7
modname=pcilinux modtype=hidd \
8
files=$(FILES) \
9
uselibs="oop rom amiga"