From 672b05c47cc703c984cf3afd6318cbeb24e3b80a Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Fri, 4 Dec 2009 10:05:20 -0800 Subject: [PATCH] make build depend on event-log-tags file Oops, I forgot to make the build actually require the event-log-tags file. --- core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Makefile b/core/Makefile index 05a9b8680..deb9f585c 100644 --- a/core/Makefile +++ b/core/Makefile @@ -492,6 +492,8 @@ $(event_log_tags_file): $(event_log_tags_src) 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.