diff options
author | Cyril Bur <cyril.bur@au1.ibm.com> | 2015-04-16 11:10:56 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-04-18 05:30:03 +1000 |
commit | 42567aad38123d00c0d636d350810b6add183dd9 (patch) | |
tree | 71cdf9a9bbbabf7dd1ca553ea997059bb8c391d5 /libflash | |
parent | 407a264f6fecd2d0d02056765ab48c2be61d1a55 (diff) | |
download | skiboot-42567aad38123d00c0d636d350810b6add183dd9.zip skiboot-42567aad38123d00c0d636d350810b6add183dd9.tar.gz skiboot-42567aad38123d00c0d636d350810b6add183dd9.tar.bz2 |
libflash: remove *.d files tests/ during make clean
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libflash')
-rw-r--r-- | libflash/test/Makefile.check | 3 |
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 |