aboutsummaryrefslogtreecommitdiff
path: root/crontab
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-23 12:27:27 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-23 22:16:39 +0100
commit39fcca747f535ceeb7fb7e30b55eaab7e72fbf9d (patch)
tree66971b924a93dfdb5ea5f20e3300ffa67c90221f /crontab
parent49fe9bd77db951bf7daec435f69502807e41c2c4 (diff)
Add enable flag for software pseudo RTC
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crontab')
-rw-r--r--crontab/Makemodule.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/crontab/Makemodule.am b/crontab/Makemodule.am
index 2fe3424..cb7823a 100644
--- a/crontab/Makemodule.am
+++ b/crontab/Makemodule.am
@@ -1,2 +1,6 @@
crondir = @GCRONDIR@
-cron_DATA = crontab/swclock
+cron_DATA =
+
+if SWCLOCK
+cron_DATA += crontab/swclock
+endif