summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-03 22:20:25 +0100
committerLudovic Courtès <ludo@gnu.org>2022-01-01 15:23:24 +0100
commita644f88d28ff9914cd3147ea085804f230acf499 (patch)
tree73c4a0b0305bbc65dfbb03ecfe2183b4ffff514b /Makefile.am
parentf39d594e88c32dbd2d3660d66899b6215817b654 (diff)
downloadguix-a644f88d28ff9914cd3147ea085804f230acf499.tar.gz
guix-a644f88d28ff9914cd3147ea085804f230acf499.tar.xz
Add (guix cpu).
* guix/cpu.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c5682a1c6..3f06ef8991 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,6 +81,7 @@ MODULES = \
guix/base64.scm \
guix/ci.scm \
guix/cpio.scm \
+ guix/cpu.scm \
guix/deprecation.scm \
guix/docker.scm \
guix/records.scm \