19/07/2019 13:09, Lipiec, Herakliusz: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 18/07/2019 16:03, Herakliusz Lipiec: > > > -kerneldir ?= /lib/modules/$(shell uname -r)/extra/dpdk > > > +kerneldir ?= $(subst /build,/extra/dpdk,$(RTE_KERNELDIR)) > > > > I would suggest another syntax, easier to read: > > > > kerneldir ?= $(RTE_KERNELDIR:/build=/extra/dpdk) > > > I have tried that before and it didn't seem to solve the issue.
Why? What is the output of $(info $(kerneldir)) ?