summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-03-04 09:52:49 -0500
committerLudovic Courtès <ludo@gnu.org>2019-04-03 18:21:43 +0200
commitdf2a96167fd97b1b2013813127e44b0bd5ca7469 (patch)
tree7634533b629f206c5a6733aeb88ce87f259b3a2b /Makefile.am
parent96c90474c0cbfe88d1dccb9cb52a0f1b3a1505e7 (diff)
downloadpatches-df2a96167fd97b1b2013813127e44b0bd5ca7469.tar
patches-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.am1
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 \