component.mk

来自「RT8019网络控制器在FPGA中的驱动设计」· MK 代码 · 共 14 行

MK
14
字号


# List all source files supplied by this component.

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

C_LIB_SRCS   += redlogic_rtl8019.c
ASM_LIB_SRCS +=
INCLUDE_PATH +=

ALT_LWIP_DRIVER_AVAILABLE = yes

endif

⌨️ 快捷键说明

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