From bdd7764051aafa1fccfe58ecab59b682abfa8dfc Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 24 Oct 2016 11:00:32 -0500 Subject: [PATCH] build: clean up .stat file(s) Add missing bits to cleanup *.stat files Change-Id: If075cb9f8b91950830eea078fa17c2cf748e0d0f Signed-off-by: Kumar Gala --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8689d2edf7..2c9f00e1b83 100644 --- a/Makefile +++ b/Makefile @@ -1038,7 +1038,7 @@ CLEAN_FILES += misc/generated/sysgen/kernel_main.c \ misc/generated/sysgen/kernel_main.h \ .old_version .tmp_System.map .tmp_version \ .tmp_* System.map *.lnk *.map *.elf *.lst \ - *.bin *.hex *.strip staticIdt.o linker.cmd + *.bin *.hex *.stat *.strip staticIdt.o linker.cmd # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config usr/include include/generated \