diff options
| author | Keith Packard <keithp@keithp.com> | 2019-07-15 13:22:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2019-07-15 13:22:15 -0700 |
| commit | 98f7c1c116aab672a29db1f81213cabe2d72ae16 (patch) | |
| tree | 508140243f0a459e2a3c9a26ff03d10f2f7fed70 /ao-tools/ao-eeprom/Makefile.am | |
| parent | e3eb285ff6be17afe592dca4a2fb5526c0626283 (diff) | |
ao-tools: Change ao-eeprom into eeprom analysis tool
ao-eeprom used to be a TeleMetrum v0.2 specific tool for fetching
eeprom contents from that device. ao-dumpflash handles that case now.
ao-eeprom now parses .eeprom files and displays their contents.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-eeprom/Makefile.am')
| -rw-r--r-- | ao-tools/ao-eeprom/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-eeprom/Makefile.am b/ao-tools/ao-eeprom/Makefile.am index 6c5e0383..d4aca00f 100644 --- a/ao-tools/ao-eeprom/Makefile.am +++ b/ao-tools/ao-eeprom/Makefile.am @@ -5,7 +5,7 @@ AO_EEPROM_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a ao_eeprom_DEPENDENCIES = $(AO_EEPROM_LIBS) -ao_eeprom_LDADD=$(AO_EEPROM_LIBS) $(LIBUSB_LIBS) +ao_eeprom_LDADD=$(AO_EEPROM_LIBS) -ljson-c ao_eeprom_SOURCES = ao-eeprom.c |
