aboutsummaryrefslogtreecommitdiff
path: root/hw/adc/Makefile.objs
diff options
context:
space:
mode:
authorAlistair Francis <alistair23@gmail.com>2016-10-04 13:28:07 +0100
committerPeter Maydell <peter.maydell@linaro.org>2016-10-04 13:28:07 +0100
commitd1f711d4070155ec6b81d331169c52f1bd6a4f21 (patch)
tree4488d939d31a49185d5f588b7cd77c46f37e45e1 /hw/adc/Makefile.objs
parentcbcb93e802076ecea9b3defe609ce4a45719e809 (diff)
STM32F2xx: Add the ADC device
Add the STM32F2xx ADC device. This device randomly generates values on each read. This also includes creating a hw/adc directory. Signed-off-by: Alistair Francis <alistair@alistair23.me> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 3240e660adaf537f55a63ce06096e844aece8cda.1474742262.git.alistair@alistair23.me Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/adc/Makefile.objs')
-rw-r--r--hw/adc/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/adc/Makefile.objs b/hw/adc/Makefile.objs
new file mode 100644
index 0000000000..3f6dfdedae
--- /dev/null
+++ b/hw/adc/Makefile.objs
@@ -0,0 +1 @@
+obj-$(CONFIG_STM32F2XX_ADC) += stm32f2xx_adc.o