Removed extraneous debug printfs, removed scsimon

This commit is contained in:
akuker
2020-07-09 13:36:25 -05:00
parent bd70788512
commit f263dd03b3
5 changed files with 35 additions and 3115 deletions

View File

@@ -63,17 +63,6 @@ SRC_SASIDUMP = \
filepath.cpp \
fileio.cpp
SRC_SCSIMON = \
scsimon.cpp \
scsi.cpp \
disk.cpp \
gpiobus.cpp \
ctapdriver.cpp \
cfilesystem.cpp \
filepath.cpp \
fileio.cpp \
scsimondev.cpp
OBJ_RASCSI := $(SRC_RASCSI:%.cpp=%.o)
OBJ_RASCTL := $(SRC_RASCTL:%.cpp=%.o)
OBJ_RASDUMP := $(SRC_RASDUMP:%.cpp=%.o)