makefile
来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 13 行
TXT
13 行
## Makefile for the IBM PPC4xx EMAC controllers#obj-$(CONFIG_IBM_EMAC) += ibm_emac.oibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o# Only need this if you want to see additional debug messagesifeq ($(CONFIG_IBM_EMAC_ERRMSG), y)ibm_emac-objs += ibm_emac_debug.oendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?