diff options
| author | Tom Rini <[email protected]> | 2021-02-22 12:37:02 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-02-22 12:37:02 -0500 |
| commit | 8f7a16aac36c2a38956bd04b53cb7b94b7a70180 (patch) | |
| tree | 850e11d2c25da6a0b622a8e6fb9982e3e46bcb9f /drivers/button/Makefile | |
| parent | bced796e2dadc708ce213170d36be7f0428618a1 (diff) | |
| parent | 2d339efb1ff941705a770e93494427912689ce18 (diff) | |
Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
- adds adc-keys button driver
- fix meson-saradc driver to get reference voltage
- add adc-keys test for sandbox
- enable adc-keys for VIM3 & VIM3L boards
- fix button.h build
Diffstat (limited to 'drivers/button/Makefile')
| -rw-r--r-- | drivers/button/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/button/Makefile b/drivers/button/Makefile index fcc10ebe8db..bbd18af1494 100644 --- a/drivers/button/Makefile +++ b/drivers/button/Makefile @@ -3,4 +3,5 @@ # Copyright (C) 2020 Philippe Reynes <[email protected]> obj-$(CONFIG_BUTTON) += button-uclass.o +obj-$(CONFIG_BUTTON_ADC) += button-adc.o obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o |
