diff options
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 |
