diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-06-12 19:22:44 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-27 15:15:55 +0200 |
commit | 6a5c94d92699b7f12f5dae32fa889d196bda3a80 (patch) | |
tree | db44efee699af16bdc1431334b4a96bb2d183bb0 /drivers/accessibility/speakup/.gitignore | |
parent | Merge 5.19-rc4 into char-misc-next (diff) | |
download | linux-6a5c94d92699b7f12f5dae32fa889d196bda3a80.tar.xz linux-6a5c94d92699b7f12f5dae32fa889d196bda3a80.zip |
speakup: Generate speakupmap.h automatically
speakupmap.h was not actually intended to be source code, speakupmap.map
is.
This resurrects the makemapdata.c and genmap.c tools to generate
speakupmap.h automatically from the input and speakup headers, and the
speakupmap.map keyboard mapping source file.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://lore.kernel.org/r/20220612172244.il3siyq7ueqnvah5@begin
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/accessibility/speakup/.gitignore')
-rw-r--r-- | drivers/accessibility/speakup/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/accessibility/speakup/.gitignore b/drivers/accessibility/speakup/.gitignore new file mode 100644 index 000000000000..ac084679fea7 --- /dev/null +++ b/drivers/accessibility/speakup/.gitignore @@ -0,0 +1,4 @@ +/makemapdata +/mapdata.h +/genmap +/speakupmap.h |