summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2014-07-15 15:52:01 +0300
committerTom Rini <trini@ti.com>2014-07-22 07:44:27 -0400
commitb3dfe43c6c4b39c443b8376f0d2f83ffef342080 (patch)
treed4a6d8799a23897de0b82cd131a2c3d9dcfc4449 /Makefile
parent8d819ab5e18618b2f143e64655981ba3a6ae5711 (diff)
downloadtalos-obmc-uboot-b3dfe43c6c4b39c443b8376f0d2f83ffef342080.tar.gz
talos-obmc-uboot-b3dfe43c6c4b39c443b8376f0d2f83ffef342080.zip
Makefile: fix ctags/etags clean targets
Commit efcf861 (kbuild: use scripts/Makefile.clean) refactored the cleaning targets and accidentially replaced the actually generated "ctags" and "etags" files in the file list by "tags" and "TAGS". "tags" and "TAGS" are not part of the Makefile build targets and therefore should not be a part of the list for clean targets. Substitute the actually generated files instead, to fix the clean targets behavior. Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26b29d1939..bfe801c14e 100644
--- a/Makefile
+++ b/Makefile
@@ -1222,7 +1222,7 @@ CLOBBER_FILES += u-boot* MLO* SPL System.map
MRPROPER_DIRS += include/config include/generated \
.tmp_objdiff
MRPROPER_FILES += .config .config.old \
- tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
+ ctags etags cscope* GPATH GTAGS GRTAGS GSYMS \
include/config.h include/config.mk
# clean - Delete most, but leave enough to build external modules
OpenPOWER on IntegriCloud