]> www.infradead.org Git - users/dwmw2/linux.git/commit
speakup: use SPKDIR=$(src) to specify the source directory
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Sep 2024 14:16:37 +0000 (23:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 4 Nov 2024 08:53:09 +0000 (17:53 +0900)
commit5390d99fdb45fe8754120495d8b107a08e4d05f8
tree9b7901924d6de4b4504c759abd0b4357f351f388
parent59b723cd2adbac2a34fc8e12c74ae26ae45bf230
speakup: use SPKDIR=$(src) to specify the source directory

Commit e68a558fb2af ("speakup: Fix building as extmod") was intended
to support building this as an external module.

Since commit b1992c3772e6 ("kbuild: use $(src) instead of
$(srctree)/$(src) for source directory"), $(src) consistently points
to the source directory, regardless of whether it is compiled as an
external module or not.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
drivers/accessibility/speakup/Makefile