mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
The defconfig files should be created with make savedefconfig rather than edited manually. This command will automatically remove unnecessary comments in .config, identify the necessary configs that need to be listed in the defconfig file, and sort the config options properly. If we don't use it, the contents of the defconfig files can get messy and hard to maintain. This commit is created via the following commands: make ARCH=lkl defconfig make ARCH=lkl savedefconfig mv defconfig arch/lkl/configs/defconfig make ARCH=lkl fuzzing_defconfig make ARCH=lkl savedefconfig mv defconfig arch/lkl/configs/fuzzing_defconfig Signed-off-by: Ruihan Li <lrh2000@pku.edu.cn>