altos/usbtrng: Split out random number generating code to separate driver
[fw/altos] / src / usbtrng-v2.0 / Makefile
index abbdbbcc1207cb30c56755e2fe6da99c82e78027..49798f1c85aa8ae6749e680d75151ff7aa44b897 100644 (file)
@@ -12,6 +12,7 @@ INC = \
        ao_pins.h \
        ao_product.h \
        ao_task.h \
        ao_pins.h \
        ao_product.h \
        ao_task.h \
+       ao_adc_fast.h \
        stm32f0.h
 
 #
        stm32f0.h
 
 #
@@ -31,6 +32,7 @@ ALTOS_SRC = \
        ao_boot_chain.c \
        ao_cmd.c \
        ao_usb_stm.c \
        ao_boot_chain.c \
        ao_cmd.c \
        ao_usb_stm.c \
+       ao_trng.c \
        ao_task.c \
        ao_product.c
 
        ao_task.c \
        ao_product.c