Xilinx / open-nic-driver

AMD OpenNIC driver includes the Linux kernel driver
GNU General Public License v2.0
58 stars 40 forks source link

Fix KDIR delcaration in Makefile #55

Closed alexbradd closed 9 months ago

alexbradd commented 9 months ago

Simple cleanup I noticed while building it in a container. From commit message:

`KDIR` was calling `$(shell uname -r)`, instead of using `KERNEL_VERS`. This also
makes it consistent with other paths used in the makefile