summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-27 19:04:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-28 16:21:38 +0200
commit1bc0a261885396671cb28ff01f2e56f0d0e4cbde (patch)
tree16bad1fd2f90dd29ca7c454e55f89817c640d0fe /common
parentc861e4cab67bffacd1b85bd19861304f8cc7acf5 (diff)
downloadbarebox-1bc0a261885396671cb28ff01f2e56f0d0e4cbde.tar.gz
barebox-1bc0a261885396671cb28ff01f2e56f0d0e4cbde.tar.xz
environment generation: remove unused CLEAN_FILES
The CLEAN_FILES in common/Makefile are unused. All generated files are removed from the toplevel Makefile. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/Makefile b/common/Makefile
index df9f301234..88580a235d 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -89,10 +89,6 @@ include/generated/barebox_default_env.h: barebox_default_env$(barebox_default_en
$(Q)cat $< | $(objtree)/scripts/bin2c default_environment > $@
$(Q)echo "const int default_environment_uncompress_size=`stat -c%s barebox_default_env`;" >> $@
-CLEAN_FILES += include/generated/barebox_default_env.h barebox_default_env
-CLEAN_FILES += barebox_default_env.gz barebox_default_env.bz2
-CLEAN_FILES += barebox_default_env.lzo
-
# dependencies on generated files need to be listed explicitly
$(obj)/version.o: include/generated/compile.h