genode/repos/dde_linux/lib
Josef Söntgen dc178e0ab2 dde_linux: enhance KBUILD_MODNAME generation
It turns out solely relying on the name of the compilation-unit
is not enough. In at least one multi-device driver, e.g. rtlwifi,
an equally called compilation-unit is found in several different
directories. There KBUILD_MODNAME is used to name the driver,
which fails later on as the driver framework refuses to register
an equally named driver twice.

Instead of only considering the name of the compilation-unit also
include the last element of the path to generate differentiating
KBUILD_MODNAME value.

Issue #4861.
2023-05-30 12:03:33 +02:00
..
import dde_linux: enhance KBUILD_MODNAME generation 2023-05-30 12:03:33 +02:00
mk dde_linux: remove unused var from libnl_include 2023-05-30 12:03:33 +02:00
symbols wifi: add RFKILL notification interface 2023-05-30 12:03:33 +02:00