Re: Need help: alternative module inclusion - duplicate symbols

2024-02-26 Thread Michael Lawnick via Grub-devel
b_xputs for examples > > On Mon, Feb 26, 2024 at 1:51 PM Michael Lawnick via Grub-devel > wrote: >> >> Hi group, >> >> hope you can help me: >> I have modules pci_fpga.c and pci_fpga_emul.c with same functions in >> them but different implementation, o

Need help: alternative module inclusion - duplicate symbols

2024-02-26 Thread Michael Lawnick via Grub-devel
Hi group, hope you can help me: I have modules pci_fpga.c and pci_fpga_emul.c with same functions in them but different implementation, one for the real device, the other one is just emulating. What I now want is being able to include one of both versions through build command. I started with thi