Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speakup: use SPKDIR=$(src) to specify the source directory
Commit e68a558 ("speakup: Fix building as extmod") was intended to support building this as an external module. Since commit b1992c3 ("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 <[email protected]> Reviewed-by: Nicolas Schier <[email protected]>
- Loading branch information