28/10/2020 19:15, luca.bocca...@gmail.com: > From: Luca Boccassi <luca.bocca...@microsoft.com> > > Necessary to get build flags from DKMS. > > See: > > https://git.dpdk.org/dpdk/commit/?id=816d967717 [...] > --- a/linux/igb_uio/Kbuild > +++ b/linux/igb_uio/Kbuild > @@ -1 +1,2 @@ > +ccflags-y := $(MODULE_CFLAGS) > obj-m := igb_uio.o
Yes this patch was not migrated because I though it was referring to a DPDK-specific variable. So you mean MODULE_CFLAGS is from the kernel build system?