aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/descriptors/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'pc-bios/descriptors/meson.build')
-rw-r--r--pc-bios/descriptors/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/pc-bios/descriptors/meson.build b/pc-bios/descriptors/meson.build
index 66f85d01c4..afb5a959cc 100644
--- a/pc-bios/descriptors/meson.build
+++ b/pc-bios/descriptors/meson.build
@@ -5,7 +5,8 @@ if unpack_edk2_blobs and get_option('install_blobs')
'60-edk2-aarch64.json',
'60-edk2-arm.json',
'60-edk2-i386.json',
- '60-edk2-x86_64.json'
+ '60-edk2-x86_64.json',
+ '60-edk2-loongarch64.json'
]
configure_file(input: files(f),
output: f,