Add bwm_wifi.c to SRC_BWM when WITH_BWM_FORWARD is set

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
Niel Nielsen
2026-08-27 20:03:15 +02:00
committed by Philippe Teuwen
parent 917e23f698
commit fd479f8f9c
+1 -1
View File
@@ -108,7 +108,7 @@ else
endif
ifneq (,$(findstring WITH_BWM_FORWARD,$(APP_CFLAGS)))
SRC_BWM = bwm_uart_at32.c bwm_forward.c
SRC_BWM = bwm_uart_at32.c bwm_forward.c bwm_wifi.c
else
SRC_BWM =
endif