#
# Floppy Controller code makefile
#

TARGET=	$(BIN)/fdc.drv
OBJS=	fdc.o util.o
BASE=	fdc

include ../make.driver

include $(OBJS:.o=.d)
