summaryrefslogtreecommitdiff
path: root/diag/geodsp/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-04-18 14:12:58 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-04-18 14:12:58 -0700
commit3c3ae582112e3da08b7a71128f36b66c8e3b641c (patch)
treefe8258d5ee079733ba0520b2ceec3478574de5b6 /diag/geodsp/Makefile
parent216cbe76aac19a63fa390d4113f8d17279e37ddf (diff)
downloadsyslinux-3c3ae582112e3da08b7a71128f36b66c8e3b641c.tar.gz
diag: Don't remove BTARGET on make clean
"make clean" should not remove BTARGET Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'diag/geodsp/Makefile')
-rw-r--r--diag/geodsp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index 4c8eff6f..6af0d2db 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -58,6 +58,7 @@ tidy dist:
rm -Rf *.img
clean: tidy
- rm -f $(BTARGET) *.lst *.bin *_bin.c
+ rm -f *.lst *.bin *_bin.c
spotless: clean
+ rm -f $(BTARGET)