add ethernet test fro edu-riscv64

This commit is contained in:
wuzheng
2022-12-02 11:04:46 +08:00
parent a782b53423
commit 6fa996d132
4 changed files with 189 additions and 86 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
SRC_FILES += test_camera.c
endif
ifeq ($(CONFIG_USER_TEST_W5500),y)
SRC_FILES += test_w5500.c
ifeq ($(CONFIG_USER_TEST_ETHERNET),y)
SRC_FILES += test_ethernet.c
endif
include $(KERNEL_ROOT)/compiler.mk