mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
Introduce MEDIA=full, use libstream/scsi instead libstream/hard
This commit is contained in:
parent
f6df478829
commit
e2bf762517
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user