minix3/drivers/storage/floppy/Makefile

9 lines
204 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# 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>