component.mk

来自「周立功 SOPC嵌入式系统实验教程 网卡芯片驱动及其应用」· MK 代码 · 共 14 行

MK
14
字号


# List all source files supplied by this component.

ifneq (,$(findstring lwip,$(COMPONENTS)))

C_LIB_SRCS   += zlg_avalon_rtl8019.c
ASM_LIB_SRCS +=
INCLUDE_PATH +=

ALT_LWIP_DRIVER_AVAILABLE = yes

endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?