diff options
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/LinuxBoot/targets/u-root.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/LinuxBoot/targets/u-root.mk b/payloads/external/LinuxBoot/targets/u-root.mk index fff79df0a1..90b48eaf3a 100644 --- a/payloads/external/LinuxBoot/targets/u-root.mk +++ b/payloads/external/LinuxBoot/targets/u-root.mk @@ -3,7 +3,7 @@ uroot_package = github.com/u-root/u-root uroot_build = build/go/src/$(uroot_package) -UROOT_ARCH-$(CONFIG_LIBUXBOOT_X86_64) = amd64 +UROOT_ARCH-$(CONFIG_LINUXBOOT_X86_64) = amd64 UROOT_ARCH-$(CONFIG_LINUXBOOT_X86) = 386 UROOT_ARCH-$(CONFIG_LINUXBOOT_ARM64) = arm64 UROOT_ARCH-$(CONFIG_LINUXBOOT_RISCV_RV64) = riscv64 |