makefile

来自「linux-2.6.12下的can总线mcp2510芯片的完整驱动程序」· 代码 · 共 16 行

TXT
16
字号
## Makefile for the WatchDog device drivers.#obj-$(CONFIG_MCP) += mcp.omcp-objs := mcpcan.o spi.o spi_cmd.o# Only one watchdog can succeed. We probe the hardware watchdog# drivers first, then the softdog driver.  This means if your hardware# watchdog dies or is 'borrowed' for some reason the software watchdog# still gives you some cover.

⌨️ 快捷键说明

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