mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
Allows SCSI second level to use block: protocol
This commit is contained in:
parent
6f37023fb1
commit
dd295326db
@ -28,7 +28,7 @@ all: $(LIBRARIES)
|
||||
scsi/libstream.a::
|
||||
test -e scsi || mkdir scsi
|
||||
$(MAKE) -C scsi -f $(TOP)/Makefile TOP=$(TOP) LIBRARY=libstream.a CPPFLAGS="$(CPPFLAGS) \
|
||||
$(SCSI_FLAGS) $(CONTAINER_FLAGS) $(ISO9660_FLAGS) $(MAP_FLAGS)" \
|
||||
$(SCSI_FLAGS) $(CONTAINER_FLAGS) $(BLOCK_FLAGS) $(ISO9660_FLAGS) $(MAP_FLAGS)" \
|
||||
libstream.a
|
||||
|
||||
floppy/libstream.a::
|
||||
|
Loading…
Reference in New Issue
Block a user