-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Can we add a new allmodconfig build where we build allmodconfig + the architecture specific defconfig ?
The idea is that this should be a bootable configuration.
for x86
$ make allmodconfig KCONFIG_ALLCONFIG=$(pwd)/arch/x86/configs/x86_64_defconfig
for arm64
$ make ARCH=arm64 CROSS_COMPILE=... allmodconfig \
KCONFIG_ALLCONFIG=$(pwd)/arch/arm64/configs/defconfig
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request