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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
drivers
/
bus
/
ti1225
/
Makefile
blob
1b0aa51cd88aaef8e7211137e2b8b57edc5929c2
1
# Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
2
PROG
=
ti1225
3
SRCS
=
ti1225.c
4
5
FILES
=${
PROG
}
.conf
6
FILESNAME
=${
PROG
}
7
FILESDIR
= /
etc
/
system.conf.d
8
9
DPADD
+= ${
LIBSYS
}
10
LDADD
+= -
lsys
11
12
.
include
<
minix.service.mk
>