diff options
| author | Keith Packard <keithp@keithp.com> | 2015-01-26 22:23:19 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-01-26 22:23:19 -0800 |
| commit | bf08397202860a73417cd1711012eb3e33f308c3 (patch) | |
| tree | 170672b53aff24fbf0ba688878a4dff7313536b5 /ao-tools/Makefile.am | |
| parent | ee91e1da606c8a8fade278a3aeae9c1cc9014b84 (diff) | |
ao-tools: Add ao-usbtrng to dump RNG data for testing
ao-usbtrng reads a specified number of kilobytes of random data from
a random number generator.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/Makefile.am')
| -rw-r--r-- | ao-tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/Makefile.am b/ao-tools/Makefile.am index 769c470b..6a170cbd 100644 --- a/ao-tools/Makefile.am +++ b/ao-tools/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list \ ao-load ao-telem ao-send-telem ao-sky-flash \ ao-dumpflash ao-edit-telem ao-dump-up ao-elftohex \ ao-flash ao-usbload ao-test-igniter ao-test-baro \ - ao-test-flash ao-cal-accel ao-test-gps + ao-test-flash ao-cal-accel ao-test-gps ao-usbtrng if LIBSTLINK SUBDIRS += ao-stmload endif |
