forked from xuos/xiuos
23/07/27 1.Add netdev module and for edu-arm32, fit Lwip to it; 2.Fit Webnet to edu-arm32;
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user