mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-08-28 13:54:13 +00:00
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:
committed by
Philippe Teuwen
parent
917e23f698
commit
fd479f8f9c
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user