aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorBrian Daniels <briandaniels@google.com>2024-03-12 17:03:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-12 17:03:24 +0000
commit4db930b6379d7cbcf4e4c9c2e765df00dc31bcc6 (patch)
tree8fa43f242b0b9683e8f26988e0ee4fb5d628f004 /shared
parent0d0a43a62c6e334529d10c783a0d027ade0f7de7 (diff)
parent46f15f16aa347342ad36d9cb1d24aefb93907f4f (diff)
downloadcuttlefish-4db930b6379d7cbcf4e4c9c2e765df00dc31bcc6.tar.gz
Merge "Allow RAMDISK_KERNEL_MODULES to be overriden." into main
Diffstat (limited to 'shared')
-rw-r--r--shared/BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index b10407a74..01941bb4c 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -31,7 +31,7 @@ BOARD_KERNEL_VERSION := $(word 1,$(subst vermagic=,,$(shell egrep -h -ao -m 1 'v
# The list of modules strictly/only required either to reach second stage
# init, OR for recovery. Do not use this list to workaround second stage
# issues.
-RAMDISK_KERNEL_MODULES := \
+RAMDISK_KERNEL_MODULES ?= \
failover.ko \
nd_virtio.ko \
net_failover.ko \