repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
can't get_block(NO_DEV) any more
[minix.git]
/
drivers
/
ti1225
/
Makefile
blob
319488ed033863631d1f1c345e58ac9442d83d2d
1
# Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
2
PROG
=
ti1225
3
SRCS
=
ti1225.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>