[PATCH 2/2] kbuild: drop include/asm from MRPROPER_FILES
Masahiro Yamada
yamada.m at jp.panasonic.com
Wed Jan 7 23:25:25 PST 2015
Since commit a1a9665113e4 (kbuild: do not create symbolic link
include/asm), the symbolic link include/asm is not created.
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5f73a47..9606765 100644
--- a/Makefile
+++ b/Makefile
@@ -961,7 +961,7 @@ CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config usr/include include/generated
-MRPROPER_FILES += .config .config.old include/asm .version .old_version \
+MRPROPER_FILES += .config .config.old .version .old_version \
include/config.h \
Module.symvers tags TAGS cscope*
--
1.9.1
More information about the barebox
mailing list