kernel: Use the stock defconfig for /proc/config.gz
Userspace reads /proc/config.gz and spits out an error message after boot finishes when it doesn't like the kernel's configuration. In order to preserve our freedom to customize the kernel however we'd like, show userspace the stock kirin config so that it never complains about our kernel configuration.
This commit is contained in:
parent
adc8f9c501
commit
e6d3a12a1d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ $(obj)/config_data.gz: $(obj)/config_data FORCE
|
||||||
|
|
||||||
filechk_cat = cat $<
|
filechk_cat = cat $<
|
||||||
|
|
||||||
$(obj)/config_data: $(KCONFIG_CONFIG) FORCE
|
$(obj)/config_data: arch/arm64/configs/s5e8825-a53xxx_defconfig FORCE
|
||||||
$(call filechk,cat)
|
$(call filechk,cat)
|
||||||
|
|
||||||
$(obj)/kheaders.o: $(obj)/kheaders_data.tar.xz
|
$(obj)/kheaders.o: $(obj)/kheaders_data.tar.xz
|
||||||
|
|
Loading…
Add table
Reference in a new issue