aboutsummaryrefslogtreecommitdiff
path: root/libflash
diff options
context:
space:
mode:
Diffstat (limited to 'libflash')
-rw-r--r--libflash/test/Makefile.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/libflash/test/Makefile.check b/libflash/test/Makefile.check
index 276de0c..a852f29 100644
--- a/libflash/test/Makefile.check
+++ b/libflash/test/Makefile.check
@@ -18,7 +18,7 @@ libflash/test/stubs.o: libflash/test/stubs.c
$(LIBFLASH_TEST) : libflash/test/stubs.o libflash/libflash.c libflash/ecc.c
-$(LIBFLASH_TEST) : % : %.c
+$(LIBFLASH_TEST) : % : %.c
$(call Q, HOSTCC ,$(HOSTCC) $(HOSTCFLAGS) -O0 -g -I include -I . -o $@ $< libflash/test/stubs.o, $<)
$(LIBFLASH_TEST:%=%-gcov): %-gcov : %.c %
@@ -30,4 +30,5 @@ clean: libflash-test-clean
libflash-test-clean:
$(RM) libflash/test/*.o $(LIBFLASH_TEST)
+ $(RM) libflash/test/*.d
$(RM) libflash/test/*-gcov