ANDROID: Add allmodconfig build.configs for x86_64 and aarch64
Change-Id: I2ce93c63abf500d53525cb92b561e52208caea4c Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
parent
8e89bf80ce
commit
dc5a31be3e
17
build.config.allmodconfig
Normal file
17
build.config.allmodconfig
Normal file
@ -0,0 +1,17 @@
|
||||
DEFCONFIG=allmodconfig
|
||||
KCONFIG_ALLCONFIG=${ROOT_DIR}/common/arch/${ARCH%_*}/configs/gki_defconfig
|
||||
|
||||
# XFS_FS is currently broken on this branch with clang-9
|
||||
# KVM_INTEL is broken on this branch due to lack of asm-goto support in clang
|
||||
POST_DEFCONFIG_CMDS="update_config"
|
||||
function update_config() {
|
||||
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
||||
-d TEST_KMOD \
|
||||
-d XFS_FS \
|
||||
-d CPU_BIG_ENDIAN \
|
||||
-d STM \
|
||||
-d TEST_MEMCAT_P \
|
||||
|
||||
(cd ${OUT_DIR} && \
|
||||
make O=${OUT_DIR} $archsubarch CC=${CC} CROSS_COMPILE=${CROSS_COMPILE} olddefconfig)
|
||||
}
|
4
build.config.allmodconfig.aarch64
Normal file
4
build.config.allmodconfig.aarch64
Normal file
@ -0,0 +1,4 @@
|
||||
. ${ROOT_DIR}/common/build.config.common
|
||||
. ${ROOT_DIR}/common/build.config.aarch64
|
||||
. ${ROOT_DIR}/common/build.config.allmodconfig
|
||||
|
4
build.config.allmodconfig.x86_64
Normal file
4
build.config.allmodconfig.x86_64
Normal file
@ -0,0 +1,4 @@
|
||||
. ${ROOT_DIR}/common/build.config.common
|
||||
. ${ROOT_DIR}/common/build.config.x86_64
|
||||
. ${ROOT_DIR}/common/build.config.allmodconfig
|
||||
|
Loading…
Reference in New Issue
Block a user