File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ AX_ADD_AM_MACRO_STATIC([])
1818AM_CONDITIONAL(SONIC_ASIC_PLATFORM_BAREFOOT, test x$CONFIGURED_PLATFORM = xbarefoot)
1919AM_CONDITIONAL(SONIC_ASIC_PLATFORM_BROADCOM, test x$CONFIGURED_PLATFORM = xbroadcom)
2020AM_CONDITIONAL(SONIC_ASIC_PLATFORM_MELLANOX, test x$CONFIGURED_PLATFORM = xmellanox)
21+ AM_CONDITIONAL(SONIC_ASIC_PLATFORM_VS, test x$CONFIGURED_PLATFORM = xvs)
2122
2223AM_COND_IF([ SONIC_ASIC_PLATFORM_MELLANOX] ,
2324 AC_DEFINE ( [ MELLANOX] , [ 1] , [ Define to 1 on Mellanox Platform] ) )
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ if SONIC_ASIC_PLATFORM_BROADCOM
8080libSyncd_a_CXXFLAGS += -DMDIO_ACCESS_USE_NPU
8181endif
8282
83+ if SONIC_ASIC_PLATFORM_VS
84+ libSyncd_a_CXXFLAGS += -DMDIO_ACCESS_USE_NPU
85+ endif
86+
8387libSyncdRequestShutdown_a_SOURCES = \
8488 RequestShutdown.cpp \
8589 RequestShutdownCommandLineOptions.cpp \
You can’t perform that action at this time.
0 commit comments