summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-03-19 12:29:53 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-24 14:21:49 +0100
commit34ead5615673c97a64f0930ea75946d18b57364e (patch)
treeb5e6a2da4d5574a78997e0355ff56345ecb5a91f /Makefile.am
parent5591ac77724f775d2b62f5051321ea3bf34431f3 (diff)
Add (guix amd-gpu).
Moving these definitions to a separate module is necessary to avoid circular references at the top-level among package modules. * gnu/packages/rocm.scm (%default-amd-gpu-targets, current-amd-gpu-targets) (current-amd-gpu-targets-string): Move to… * guix/amd-gpu.scm: … here. New file. * Makefile.am (MODULES): Add it. Merges guix/guix!7251 Change-Id: I60496fb4d81ea0445ec176add7afc388f6790bd3 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 546e3ed7585..1ef57af7a58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1# GNU Guix --- Functional package management for GNU 1# GNU Guix --- Functional package management for GNU
2# Copyright © 2012-2025 Ludovic Courtès <ludo@gnu.org> 2# Copyright © 2012-2026 Ludovic Courtès <ludo@gnu.org>
3# Copyright © 2013 Andreas Enge <andreas@enge.fr> 3# Copyright © 2013 Andreas Enge <andreas@enge.fr>
4# Copyright © 2015, 2017 Alex Kost <alezost@gmail.com> 4# Copyright © 2015, 2017 Alex Kost <alezost@gmail.com>
5# Copyright © 2016, 2018 Mathieu Lirzin <mthl@gnu.org> 5# Copyright © 2016, 2018 Mathieu Lirzin <mthl@gnu.org>
@@ -87,6 +87,7 @@ MODULES = \
87 guix/base64.scm \ 87 guix/base64.scm \
88 guix/ci.scm \ 88 guix/ci.scm \
89 guix/cpio.scm \ 89 guix/cpio.scm \
90 guix/amd-gpu.scm \
90 guix/cpu.scm \ 91 guix/cpu.scm \
91 guix/deprecation.scm \ 92 guix/deprecation.scm \
92 guix/docker.scm \ 93 guix/docker.scm \