#
# Acess2 USB MSC Driver
#

OBJ = main.o scsi.o
CPPFLAGS = -I../Core/include
NAME = MSC

-include ../Makefile.tpl

