diff options
| author | Keith Packard <keithp@keithp.com> | 2015-02-28 16:06:23 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-02-28 16:10:10 -0800 |
| commit | 0724cc334a3bd8d81bbd4641d90a7e4040330efe (patch) | |
| tree | e7f83435f666c7eacc0035f4b7347ac8ef951a82 /src/usbtrng-v2.0/Makefile | |
| parent | bd18bc5a42fcecfb710477371b9f62610a1ea640 (diff) | |
altos/usbtrng: Split out random number generating code to separate driver
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/usbtrng-v2.0/Makefile')
| -rw-r--r-- | src/usbtrng-v2.0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usbtrng-v2.0/Makefile b/src/usbtrng-v2.0/Makefile index abbdbbcc..49798f1c 100644 --- a/src/usbtrng-v2.0/Makefile +++ b/src/usbtrng-v2.0/Makefile @@ -12,6 +12,7 @@ INC = \ ao_pins.h \ ao_product.h \ ao_task.h \ + ao_adc_fast.h \ stm32f0.h # @@ -31,6 +32,7 @@ ALTOS_SRC = \ ao_boot_chain.c \ ao_cmd.c \ ao_usb_stm.c \ + ao_trng.c \ ao_task.c \ ao_product.c |
