Skip to content

Commit

Permalink
[nrf fromlist] zephyr: Fix MBO build with GAS dependency
Browse files Browse the repository at this point in the history
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.

Upstream PR: http://lists.infradead.org/pipermail/hostap/2023-November/042014.html

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 committed Nov 28, 2023
1 parent 3a2fc54 commit eb61195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpa_supplicant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ endif
ifdef CONFIG_MBO
OBJS += mbo.o
CFLAGS += -DCONFIG_MBO
NEED_GAS=y
endif

ifdef NEED_RSN_AUTHENTICATOR
Expand Down

0 comments on commit eb61195

Please sign in to comment.