make[1]: Entering directory '/usr/src/kernels/6.5.6-300.fc39.x86_64'
CC [M] /usr/local/src/github.com/xilinx/open-nic-driver/onic.mod.o
In file included from /usr/local/src/github.com/xilinx/open-nic-driver/onic.mod.c:10:
./arch/x86/include/asm/orc_header.h:9:10: fatal error: asm/orc_hash.h: No such file or directory
9 | #include <asm/orc_hash.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.build:243: /usr/local/src/github.com/xilinx/open-nic-driver/onic.mod.o] Error 1
make[2]: *** [/usr/src/kernels/6.5.6-300.fc39.x86_64/Makefile:2046: /usr/local/src/github.com/xilinx/open-nic-driver] Error 2
is this simply a case of having to update a flag or create a symlink somewhere?
Thank you.