diag: Don't remove BTARGET on make clean
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 18 Apr 2011 21:12:58 +0000 (14:12 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 18 Apr 2011 21:12:58 +0000 (14:12 -0700)
"make clean" should not remove BTARGET

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
diag/geodsp/Makefile

index 4c8eff6..6af0d2d 100644 (file)
@@ -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)