view 3rdparty/drivers/sdisk/makefile @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents e66c298bcff0
children
line wrap: on
line source

include ../../../rules.mak

DEPENDS		= ./makefile

DRIVERS		= sdisk.dr
DESCS		= ddd0_35s.dd d0_35s.dd ddd0_40d.dd d0_40d.dd ddd0_80d.dd d0_80d.dd \
		d1_35s.dd d1_40d.dd d1_80d.dd d2_35s.dd d2_40d.dd d2_80d.dd \
		d3_35s.dd
PROGRAMS	= bootfix
ALLOBJS		= $(DRIVERS) $(DESCS) $(PROGRAMS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)

dsk:
dskcopy:
dskclean: