[Skiboot] [PATCH v3 6/7] external/pflash: Update distclean make target
Cyril Bur
cyril.bur at au1.ibm.com
Wed Aug 26 16:02:37 AEST 2015
Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
---
external/pflash/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/external/pflash/Makefile b/external/pflash/Makefile
index 058e64d..53501e5 100644
--- a/external/pflash/Makefile
+++ b/external/pflash/Makefile
@@ -46,4 +46,5 @@ clean:
rm -f $(OBJS) $(EXE) *.o *.d libflash/test/test_flash libflash/test/*.o
distclean: clean
rm -f *.c~ *.h~ *.sh~ Makefile~ config.mk~ libflash/*.c~ libflash/*.h~
- rm -f libflash ccan common sfc-ctrl.c ast-sf-ctrl.c .version .version.tmp
+ rm -f libflash ccan sfc-ctrl.c ast-sf-ctrl.c .version .version.tmp
+ rm -f common io.h make_version.sh
--
2.5.0
More information about the Skiboot
mailing list