diff options
Diffstat (limited to 'drivers/button/Makefile')
-rw-r--r-- | drivers/button/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/button/Makefile b/drivers/button/Makefile new file mode 100644 index 0000000000..0b4c128cff --- /dev/null +++ b/drivers/button/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com> + +obj-$(CONFIG_BUTTON) += button-uclass.o |