summaryrefslogtreecommitdiff
path: root/minix/drivers/storage/floppy/Makefile
blob: a1e8b03b637e7c207bfe9a6b5b2e90c79b340528 (plain)
1
2
3
4
5
6
7
8
# Makefile for the floppy disk driver (FLOPPY)
PROG=	floppy
SRCS=	floppy.c liveupdate.c

DPADD+=	${LIBBLOCKDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+=	-lblockdriver -lsys -ltimers

.include <minix.service.mk>