summaryrefslogtreecommitdiff
path: root/diag/geodsp
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2011-04-26 19:43:44 -0400
committerGene Cumm <gene.cumm@gmail.com>2011-04-26 19:43:44 -0400
commit84383514b91b83302b00ebf7b7bbd2bf97b53a9f (patch)
tree84e2de2d59e1b97b59d7c4366aaf4c2233145fe6 /diag/geodsp
parente5de026180b37bae646800f22ea35aee8b75bcaf (diff)
downloadsyslinux-84383514b91b83302b00ebf7b7bbd2bf97b53a9f.tar.gz
diag/geodsp: Makefile cleanup
Unneeded statements; delete *.lst like other Makefiles
Diffstat (limited to 'diag/geodsp')
-rw-r--r--diag/geodsp/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index 10dd4a4e..50789e6b 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -24,17 +24,12 @@ coredir = $(topdir)/core
BTARGET = geodsp1s.bin geodspms.bin \
geodsp1s.img.xz geodspms.img.xz
-# lba-1s.img.xz lba-ms.img.xz
- # lba-1s.img lba-ms.img
NASMOPT = -i $(coredir)/ -Ox -f bin
NASMOPT += -w+orphan-labels
all: $(BTARGET)
-.PRECIOUS: %.img
-# .PRECIOUS: lba-%.img
-
# Higher compression levels result in larger files
%.img.xz: %.bin mk-lba-img
./mk-lba-img < $< | xz -0f > $@ || ( rm -f $@ ; false )
@@ -49,10 +44,10 @@ mk-lba-img: mk-lba-img.c
gcc -g -O -o $@ $<
tidy dist:
- rm -Rf *.img
+ rm -Rf *.lst *.img
clean: tidy
- rm -f *.lst *.bin *_bin.c mk-lba-img
+ rm -f *.bin mk-lba-img
spotless: clean
rm -f $(BTARGET)