Skip to content

Commit

Permalink
Build agent binaries.
Browse files Browse the repository at this point in the history
Summary: As titled.

Reviewed By: srikrishnagopu

Differential Revision:
D66068397

Privacy Context Container: L1125642

fbshipit-source-id: 8c5dcadef31dcd2a5b10549548653333056b162a
  • Loading branch information
Vasant Patil authored and facebook-github-bot committed Nov 18, 2024
1 parent ef253dd commit 276da3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fboss/agent/hw/sai/api/SaiVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,20 @@
* - TAJO_SDK: Flags for all TAJO SDK
*/
#if defined(TAJO_SDK_VERSION_24_4_90) || defined(TAJO_SDK_VERSION_24_7_0) || \
defined(TAJO_SDK_VERSION_24_8_3001) || defined(TAJO_SDK_VERSION_24_10_0)
defined(TAJO_SDK_VERSION_24_8_3001) || \
defined(TAJO_SDK_VERSION_24_10_0) || defined(TAJO_SDK_VERSION_24_8_90)
#define TAJO_P4_WB_SDK
#endif

#if defined(TAJO_SDK_VERSION_1_42_8) || defined(TAJO_SDK_VERSION_24_4_90) || \
defined(TAJO_SDK_VERSION_24_7_0) || defined(TAJO_SDK_VERSION_24_8_3001) || \
defined(TAJO_SDK_VERSION_24_10_0)
defined(TAJO_SDK_VERSION_24_10_0) || defined(TAJO_SDK_VERSION_24_8_90)
#define TAJO_SDK_EBRO
#endif

#if defined(TAJO_SDK_VERSION_24_4_90) || defined(TAJO_SDK_VERSION_24_7_0) || \
defined(TAJO_SDK_VERSION_24_8_3001) || defined(TAJO_SDK_VERSION_24_10_0)
defined(TAJO_SDK_VERSION_24_8_3001) || \
defined(TAJO_SDK_VERSION_24_10_0) || defined(TAJO_SDK_VERSION_24_8_90)
#define TAJO_SDK_GTE_24_4_90
#endif

Expand Down

0 comments on commit 276da3a

Please sign in to comment.