make build depend on event-log-tags file
Oops, I forgot to make the build actually require the event-log-tags file.
diff --git a/core/Makefile b/core/Makefile
index 05a9b86..deb9f58 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -492,6 +492,8 @@
event-log-tags: $(event_log_tags_file)
+ALL_DEFAULT_INSTALLED_MODULES += $(event_log_tags_file)
+
# -----------------------------------------------------------------
# Build a keystore with the authorized keys in it, used to verify the
# authenticity of downloaded OTA packages.