summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-10-05 11:07:53 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-10-05 11:16:47 +0200
commit599954c1377a4fc8936f7f341a678ecb9579a2c6 (patch)
tree9057a3a8eb7da5603252afa5738d7eb1329e722d /gnu/local.mk
parentb97b423e3f61c80d5877dadc95b3f316cd61788f (diff)
downloadguix-patches-599954c1377a4fc8936f7f341a678ecb9579a2c6.tar
guix-patches-599954c1377a4fc8936f7f341a678ecb9579a2c6.tar.gz
images: Add pine64 support.
* gnu/system/images/pine64.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/system/image.scm (arm64-disk-image, arm64-image-type): New variables.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 979339e5b8..61413069ee 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -646,6 +646,7 @@ GNU_SYSTEM_MODULES = \
%D%/system/vm.scm \
\
%D%/system/images/hurd.scm \
+ %D%/system/images/pine64.scm \
\
%D%/machine.scm \
\