X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2FMakefile;h=6aa7543bcdb2de45deb45743ebafda220343bd48;hb=f4f31fff32252da3791e9d901adb44f963a79153;hp=cde93d54c5711806764a6935994cb1fc9ca4b7fb;hpb=0922275ef157ba8ac93e7e7857087eb0442d5397;p=linux-2.6-microblaze.git diff --git a/kernel/Makefile b/kernel/Makefile index cde93d54c571..6aa7543bcdb2 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -122,7 +122,11 @@ targets += config_data.gz $(obj)/config_data.gz: $(KCONFIG_CONFIG) FORCE $(call if_changed,gzip) - filechk_ikconfiggz = (echo "static const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/bin2c; echo "MAGIC_END;") +filechk_ikconfiggz = \ + echo "static const char kernel_config_data[] __used = MAGIC_START"; \ + cat $< | scripts/bin2c; \ + echo "MAGIC_END;" + targets += config_data.h $(obj)/config_data.h: $(obj)/config_data.gz FORCE $(call filechk,ikconfiggz)