diff options
author | Xiaotian Wu <wuxiaotian@loongson.cn> | 2021-04-19 12:19:17 +0200 |
---|---|---|
committer | Xiaotian Wu <wuxiaotian@loongson.cn> | 2021-12-22 04:07:54 +0100 |
commit | ff6d286902b4330a07e0d4a141751344257ef0c1 (patch) | |
tree | ada346f30959959bd8c77ad944c0b017d30d3070 /src/udev | |
parent | test: tweak TriggerLimitIntervalSec= if we're running w/o KVM as well (diff) | |
download | systemd-ff6d286902b4330a07e0d4a141751344257ef0c1.tar.xz systemd-ff6d286902b4330a07e0d4a141751344257ef0c1.zip |
dmi: add LoongArch 64bit support
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/meson.build b/src/udev/meson.build index cd0bb6653f..29ac85da12 100644 --- a/src/udev/meson.build +++ b/src/udev/meson.build @@ -133,7 +133,7 @@ udev_progs = [['ata_id/ata_id.c'], 'mtd_probe/mtd_probe.h', 'mtd_probe/probe_smartmedia.c']] -dmi_arches = ['x86', 'x86_64', 'aarch64', 'arm', 'ia64', 'mips'] +dmi_arches = ['x86', 'x86_64', 'aarch64', 'arm', 'ia64', 'loongarch64', 'mips'] if dmi_arches.contains(host_machine.cpu_family()) udev_progs += [['dmi_memory_id/dmi_memory_id.c']] endif |