kernel: rename stock config for /proc/config.gz

This commit is contained in:
xxmustafacooTR 2022-11-28 23:00:42 +03:00
parent 205171cb9a
commit 21ccd13be1
No known key found for this signature in database
GPG key ID: 520B6FE385CBF5C9
2 changed files with 1 additions and 1 deletions

View file

@ -124,7 +124,7 @@ $(obj)/configs.o: $(obj)/config_data.h
# config_data.h contains the same information as ikconfig.h but gzipped. # config_data.h contains the same information as ikconfig.h but gzipped.
# Info from config_data can be extracted from /proc/config* # Info from config_data can be extracted from /proc/config*
targets += config_data.gz targets += config_data.gz
$(obj)/config_data.gz: arch/arm64/configs/exynos9810_defconfig FORCE $(obj)/config_data.gz: arch/arm64/configs/defconfig FORCE
$(call if_changed,gzip) $(call if_changed,gzip)
filechk_ikconfiggz = (echo "static const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo "MAGIC_END;") filechk_ikconfiggz = (echo "static const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo "MAGIC_END;")