diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-03-04 09:52:49 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-03 18:21:43 +0200 |
commit | df2a96167fd97b1b2013813127e44b0bd5ca7469 (patch) | |
tree | 7634533b629f206c5a6733aeb88ce87f259b3a2b /Makefile.am | |
parent | 96c90474c0cbfe88d1dccb9cb52a0f1b3a1505e7 (diff) | |
download | guix-df2a96167fd97b1b2013813127e44b0bd5ca7469.tar guix-df2a96167fd97b1b2013813127e44b0bd5ca7469.tar.gz |
gnu: Add example system configuration for asus-c201.
* gnu/system/examples/asus-c201.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a76c862563..c331da7267 100644 --- a/Makefile.am +++ b/Makefile.am @@ -307,6 +307,7 @@ AUX_FILES = \ # Templates, examples. EXAMPLES = \ + gnu/system/examples/asus-c201.tmpl \ gnu/system/examples/bare-bones.tmpl \ gnu/system/examples/beaglebone-black.tmpl \ gnu/system/examples/desktop.tmpl \ |