feat support webserver for edu-arm32 board

This commit is contained in:
Liu_Weichao
2024-01-03 14:20:37 +08:00
parent 9e962d2cf2
commit 87c4c585d9
17 changed files with 123 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ ifeq ($(CONFIG_CRYPTO), y)
APPPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/security/crypto/include #
endif
ifeq ($(CONFIG_USE_MONGOOSE),y)
ifeq ($(CONFIG_APPLICATION_WEBSERVER),y)
APPPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Applications/mongoose #
endif