repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
drivers
/
bus
/
ti1225
/
Makefile
blob
e1c1a11d09e490ef23b077ab7a8042d4f5f23d97
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
.
include
<
minix.service.mk
>