> > > --Why is -lfdt added? I don't see any symbols from libfdt used in the > --rest of the patch? >
Hi, libnfb is dependent on fdt and there is a special case, where some functions are defined in header (netcope/rxmac.h, netcope/txmac.h). So if one wants to use functions, from these headers fdt needs to be linked manually, not just through nfb. I also added fdt to meson.build so it is little clearer, however if libnfb is installed libfdt is always installed too.

