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
arm: protect state after signal handler
[minix.git]
/
drivers
/
floppy
/
Makefile
blob
99b180ccc232fe602e482767e3c7bfc10d48f4de
1
# Makefile for the floppy disk driver (FLOPPY)
2
PROG
=
floppy
3
SRCS
=
floppy.c liveupdate.c
4
5
DPADD
+= ${
LIBBLOCKDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
}
6
LDADD
+= -
lblockdriver
-
lsys
-
ltimers
7
8
MAN
=
9
10
BINDIR?
= /
sbin
11
12
.
include
<
minix.service.mk
>