diff options
Diffstat (limited to 'drivers/accessibility/Makefile')
-rw-r--r-- | drivers/accessibility/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/accessibility/Makefile b/drivers/accessibility/Makefile new file mode 100644 index 000000000..833603086 --- /dev/null +++ b/drivers/accessibility/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-y += braille/ +obj-$(CONFIG_SPEAKUP) += speakup/ |