Introduce MEDIA=full, use libstream/scsi instead libstream/hard

This commit is contained in:
Laurent Vivier 2007-09-01 22:21:45 +00:00
parent f6df478829
commit e2bf762517

View File

@ -110,18 +110,7 @@ endif
endif
endif
ifeq ("$(MEDIA)", "scsi")
LIBS_MEDIA=-L$(TOP)/../libstream/hard -lstream
else
ifeq ("$(MEDIA)", "floppy")
LIBS_MEDIA=-L$(TOP)/../libstream/floppy -lstream
else
endif
endif
LIBS_MEDIA=-L$(TOP)/../libstream/$(MEDIA) -lstream
$(TARGET)-$(MEDIA)/second::
test -d $(TARGET)-$(MEDIA) || mkdir $(TARGET)-$(MEDIA)