make build depend on event-log-tags file

Oops, I forgot to make the build actually require the event-log-tags file.
This commit is contained in:
Doug Zongker 2009-12-04 10:05:20 -08:00
parent 485847e4c4
commit 672b05c47c
1 changed files with 2 additions and 0 deletions

View File

@ -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.