Fix MBO build with GAS dependency

On the default configuration if MBO only is enabled then build breaks as GAS
is not selected, if other features that auto-enable GAS are selected
then it works.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2023-11-28 00:51:01 +05:30 committed by Jouni Malinen
parent 58116877b6
commit 0b5d111653

View file

@ -1071,6 +1071,7 @@ endif
ifdef CONFIG_MBO
OBJS += mbo.o
CFLAGS += -DCONFIG_MBO
NEED_GAS=y
endif
ifdef NEED_RSN_AUTHENTICATOR