We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db0a1f commit 22ec8d0Copy full SHA for 22ec8d0
platform/mellanox/sdk-src/wjh-libs/Makefile
@@ -20,7 +20,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
20
./autogen.sh
21
fi
22
23
- debuild -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS)
+ debuild -e 'KVERSION=$(shell ls -t /lib/modules |head -1)' -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS)
24
25
popd
26
0 commit comments