Skip to content

Commit fe01ec0

Browse files
Ensure INCLUDE_STP is set and is passed through when building
INCLUDE_STP wasn't getting passed through from the top-level make. Ensure that it gets passed through so it can be enabled or disabled as required. The current not explicitly disabled or enabled state is maintained. This is effectively the same as disabled as the checks all use positive logic. Fixes #24768 Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
1 parent 59ad648 commit fe01ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ SONIC_BUILD_INSTRUCTION := $(MAKE) \
546546
INCLUDE_DHCP_RELAY=$(INCLUDE_DHCP_RELAY) \
547547
INCLUDE_DHCP_SERVER=$(INCLUDE_DHCP_SERVER) \
548548
INCLUDE_MACSEC=$(INCLUDE_MACSEC) \
549+
INCLUDE_STP=$(INCLUDE_STP) \
549550
INCLUDE_ICCPD=$(INCLUDE_ICCPD) \
550551
SONIC_INCLUDE_RESTAPI=$(INCLUDE_RESTAPI) \
551552
SONIC_INCLUDE_MUX=$(INCLUDE_MUX) \

0 commit comments

Comments
 (0)