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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2c7b19c5..5186016b 100644 --- a/configure.ac +++ b/configure.ac @@ -552,6 +552,7 @@ ao-tools/ao-test-baro/Makefile ao-tools/ao-test-flash/Makefile ao-tools/ao-cal-accel/Makefile ao-tools/ao-test-gps/Makefile +ao-tools/ao-usbtrng/Makefile ao-utils/Makefile src/Version ]) |