Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/sdisk/makefile @ 3217:e66c298bcff0
Updated SDISK Driver makefile so it will have place holders for
dsk, dskclean, and dskcopy so that make does not error out when
chaining into the driver tree to build disk images where applicable.
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 16:09:08 -0600 |
parents | 1addfd8c9d5f |
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: