Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/sdisk/makefile @ 3162:c44cd20907bd
sysgo.asm: Delete trailing whitespace, fix indent (no functional change)
Add comments and vertical whitespace for readability.
author | Neal Crook <foofoobedoo@gmail.com> |
---|---|
date | Thu, 06 Apr 2017 22:04:46 +0100 |
parents | 1addfd8c9d5f |
children | e66c298bcff0 |
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)