summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-29 11:27:56 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-02 11:46:30 +0100
commit130f4da23291293deee59f68688c84d93fc6a87e (patch)
tree9075a4c0154fa29ed2d86b8a44a072ed30cedb6d /Makefile
parent97462a77fd2695f5de10a23bdae2f1d395985b58 (diff)
downloadbarebox-130f4da23291293deee59f68688c84d93fc6a87e.tar.gz
barebox-130f4da23291293deee59f68688c84d93fc6a87e.tar.xz
kbuild: drop bogus "common/barebox_default_env*" from CLEAN_FILES
Since commit 7fa10256c3f4 (defaultenv: Allow multiple defaultenvironment overlays), barebox_default_env* is created in the defaultenv/ directory. They are cleaned up when "make clean" descends into the defaultenv/ directory. We can simply delete "common/barebox_default_env*" from the top Makefile. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90a7eeee65..401c409525 100644
--- a/Makefile
+++ b/Makefile
@@ -953,7 +953,7 @@ endif # CONFIG_MODULES
CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
- .tmp_kallsyms* common/barebox_default_env* barebox.ldr \
+ .tmp_kallsyms* barebox.ldr \
scripts/bareboxenv-target barebox-flash-image \
barebox.srec barebox.s5p barebox.ubl barebox.zynq \
barebox.uimage barebox.spi barebox.kwb barebox.kwbuart \