prepare wifi

This commit is contained in:
2021-02-16 13:00:10 +01:00
parent b3832a3d1b
commit 9db7360623
3 changed files with 28 additions and 1 deletions

View File

@ -96,6 +96,10 @@ User/Src/wizHelper.c \
User/Src/networkAbstractionLayer_lan.c
endif
ifeq ($(NETWORK), WiFi)
C_SOURCES += \
User/Src/networkAbstractionLayer_wifi.c
endif
# ASM sources
ASM_SOURCES = \
@ -250,4 +254,4 @@ clean:
#######################################
-include $(wildcard $(BUILD_DIR)/*.d)
# *** EOF ***
# *** EOF ***