]> git.ipfire.org Git - thirdparty/linux.git/commit
speakup: Fix building as extmod
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 18 Nov 2022 01:22:06 +0000 (02:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Nov 2022 18:55:03 +0000 (19:55 +0100)
commite68a558fb2af06daa38f86dad25061ddd90ab131
treeae9e72df053e37e4e5e1a06e31376cfd7e9d5447
parent27158c72678b39ee01cc01de1aba6b51c71abe2f
speakup: Fix building as extmod

spk_priv_keyinfo.h should be opened from the speakup directory. When
building as extmod we should thus open it from the module directory
rather than the main Linux source.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://lore.kernel.org/r/20221118012206.j6hq6b6nfx2jhqg6@begin
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/accessibility/speakup/Makefile
drivers/accessibility/speakup/makemapdata.c