23/08/03 Add Netdev to xidatong-arm32

This commit is contained in:
涂煜洋
2023-08-03 14:15:26 +08:00
parent 06b9d67f2d
commit 219575898a
17 changed files with 225 additions and 80 deletions
@@ -1,16 +0,0 @@
# include $(APPDIR)/Application.mk
# ifeq ($(CONFIG_ADD_NUTTX_FETURES),y)
# include $(APPDIR)/Make.defs
# CSRCS += $(wildcard src/*/*.c) $(wildcard support/*.c)
# include $(APPDIR)/Application.mk
# endif
# ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_DIR :=
ifeq ($(CONFIG_APP_BENCHMARK), y)
SRC_DIR += src
SRC_DIR += support
endif
include $(KERNEL_ROOT)/compiler.mk
# endif