From 925e5b4b94ed498be87322f7164d2f34373433b6 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 17 Feb 2014 19:04:31 +0100 Subject: defaultenv: use wildcard compression rules Now that we have wildcard rules for compresed files use them. Signed-off-by: Sascha Hauer --- common/Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 0429336bfe..60b0356df4 100644 --- a/common/Makefile +++ b/common/Makefile @@ -87,17 +87,6 @@ ifeq ($(CONFIG_DEFAULT_ENVIRONMENT_COMPRESSED_LZO),y) barebox_default_env_comp = .lzo endif -$(obj)/barebox_default_env.gz: $(obj)/barebox_default_env FORCE - $(call if_changed,gzip) - -$(obj)/barebox_default_env.bz2: $(obj)/barebox_default_env FORCE - $(call if_changed,bzip2) - -$(obj)/barebox_default_env.lzo: $(obj)/barebox_default_env FORCE - $(call if_changed,lzo) - -targets += barebox_default_env.lzo barebox_default_env.bz2 barebox_default_env.gz - quiet_cmd_env_h = ENVH $@ cmd_env_h = cat $< | (cd $(obj) && $(objtree)/scripts/bin2c default_environment) > $@; \ echo "static const int default_environment_uncompress_size=`stat -c%s $(obj)/barebox_default_env`;" >> $@ -- cgit v1.2.3