component.mk

来自「lan91c111网络接口的设计 包括功能设计文件和驱动程序文件」· MK 代码 · 共 26 行

MK
26
字号
#/******************************************************************************
#*                                                                             *
#* License Agreement                                                           *
#*                                                                             *
#* Copyright (c) 2005 Free-Electron Corporation, HangZhou, ZheJiang, China.    *
#* All rights reserved.                                                        *
#* on the FreeDev 2.1 Nios boards.                                             *
#*                                                                             *
#* Author LiuJunSheng                                                          *
#* Date:2005/12/09                                                             *
#* www.free-electron.com.cn                                                    *
#* 0571-88846603                                                               *
#******************************************************************************/

# List all source files supplied by this component.

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

C_LIB_SRCS   += freedev_lan91c111.c
ASM_LIB_SRCS +=
INCLUDE_PATH +=

ALT_LWIP_DRIVER_AVAILABLE = yes

endif

⌨️ 快捷键说明

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