We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb14c56 commit 322677eCopy full SHA for 322677e
platform/mellanox/hw-management/Makefile
@@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
9
git stash
10
git apply -3 ../*.patch || exit 1
11
chmod +x ./debian/rules
12
- KVERSION=$(KVERSION) dpkg-buildpackage -us -uc -b -rfakeroot -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
+ KVERSION=$(KVERSION) LM_DEPENDS=0 dpkg-buildpackage -us -uc -b -rfakeroot -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
13
popd
14
15
mv $* $(DEST)/
0 commit comments