Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: support builtin fpga-{mgr,bridge,region} modules
The GSRD (Golden Software Reference Design) Yocto image for Intel SoCFPGA is built with CONFIG_FPGA=y by default, which causes an unresolvable symbol conflict with the fpga-mgr backport module. Assuming that the kernel version is recent enough not to require any changes to fpga-{mgr,bridge,region}, do not build these modules when built into the kernel. This is not complete solution and will result in unknown failures when the builtin kernel modules are too old, but it does work with GSRD which currently builds with Linux 6.1 (LTS). Link: https://github.com/altera-opensource/gsrd-socfpga Link: https://github.com/altera-opensource/linux-socfpga Signed-off-by: Peter Colberg <[email protected]>
- Loading branch information