diff options
| author | Tom Rini <[email protected]> | 2020-07-29 21:16:08 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-07-29 21:16:08 -0400 |
| commit | 719f42190d5f0238cb01ef2ffba8af2285f7bc7a (patch) | |
| tree | c789716a82ab552e0d0c1a9242fda7c41b04c238 /drivers/button/Makefile | |
| parent | 7cb2060b4e63a89c50739dc8a9fcd5d73f86f0be (diff) | |
| parent | b9390ce51cb46f4b4acda320e7ea8e0bd120e4b8 (diff) | |
Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm
Use binman instead of one of the Rockchip build scripts
Refactor to allow any arch to create SPI-flash images
New button uclass
Diffstat (limited to 'drivers/button/Makefile')
| -rw-r--r-- | drivers/button/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/button/Makefile b/drivers/button/Makefile new file mode 100644 index 00000000000..fcc10ebe8db --- /dev/null +++ b/drivers/button/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2020 Philippe Reynes <[email protected]> + +obj-$(CONFIG_BUTTON) += button-uclass.o +obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o |
