From e2bf76251701552a2344dfe84036b637a6bf9847 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sat, 1 Sep 2007 22:21:45 +0000 Subject: [PATCH] Introduce MEDIA=full, use libstream/scsi instead libstream/hard --- second/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/second/Makefile b/second/Makefile index e789373..20824fb 100644 --- a/second/Makefile +++ b/second/Makefile @@ -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)