diff --git a/APP_Framework/Applications/app_test/Makefile b/APP_Framework/Applications/app_test/Makefile index eff6cfd65..eb3bd6513 100644 --- a/APP_Framework/Applications/app_test/Makefile +++ b/APP_Framework/Applications/app_test/Makefile @@ -124,10 +124,6 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y) ifeq ($(CONFIG_USER_TEST_MODBUS_TCP),y) SRC_DIR += test_modbus_tcp endif - - ifeq ($(CONFIG_USER_TEST_FTPCLIENT),y) - SRC_FILES += test_ftp/test_ftp.c - endif ifeq ($(CONFIG_USER_TEST_WEBSERVER),y) SRC_FILES +=