Files
lkl_linux/arch
Ruihan Li b675161b26 lkl: Use make savedefconfig to save defconfigs
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>
2025-05-10 22:12:23 +08:00
..
2024-05-13 09:15:20 +09:00