component.mk
来自「基于康草科技中一款SOPC开发板上的8019的以太网驱动程序」· MK 代码 · 共 12 行
MK
12 行
# List all source files supplied by this component.
ifneq (,$(findstring lwip,$(COMPONENTS)))
C_LIB_SRCS += ctrl_rtl8019.c
ASM_LIB_SRCS +=
INCLUDE_PATH +=
ALT_LWIP_DRIVER_AVAILABLE = yes
endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?