Skip to content

Commit 322677e

Browse files
committed
Add LM_SENSORS flag to hw-mgmt compilation
Signed-off-by: Vivek Reddy <[email protected]>
1 parent eb14c56 commit 322677e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mellanox/hw-management/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
99
git stash
1010
git apply -3 ../*.patch || exit 1
1111
chmod +x ./debian/rules
12-
KVERSION=$(KVERSION) dpkg-buildpackage -us -uc -b -rfakeroot -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
12+
KVERSION=$(KVERSION) LM_DEPENDS=0 dpkg-buildpackage -us -uc -b -rfakeroot -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
1313
popd
1414

1515
mv $* $(DEST)/

0 commit comments

Comments
 (0)