Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools/docs/get_abi.py: fix get_abi library directory

changeset a5dd93016f20 ("docs: move get_abi.py to tools/docs") moved
the script location, but didn't update library location, causing it
to fail.

Fixes: a5dd93016f20 ("docs: move get_abi.py to tools/docs")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <3839bc4db2d5c7e14dd2686876a2c7b5d72a46cd.1762523688.git.mchehab+huawei@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
fc9e9a39 d69a03a9

+1 -1
+1 -1
tools/docs/get_abi.py
··· 14 14 15 15 # Import Python modules 16 16 17 - LIB_DIR = "lib/abi" 17 + LIB_DIR = "../../scripts/lib/abi" 18 18 SRC_DIR = os.path.dirname(os.path.realpath(__file__)) 19 19 20 20 sys.path.insert(0, os.path.join(SRC_DIR, LIB_DIR))