mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 02:28:54 +00:00
dc178e0ab2
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. |
||
---|---|---|
.. | ||
import-libnl_include.mk | ||
import-libnl.mk | ||
import-lx_emul_common.inc | ||
import-lxip_include.mk | ||
import-usb_arch_include.mk | ||
import-usb_hid_include.mk | ||
import-usb_host_include.mk | ||
import-usb_modem_include.mk | ||
import-usb_net_include.mk | ||
import-virt_lx_emul.mk |