makefile
来自「h内核」· 代码 · 共 12 行
TXT
12 行
## Makefile for the Motorola 8xx FEC ethernet controller#obj-$(CONFIG_SERIAL_CPM) += cpm_uart.o# Select the correct platform objects.cpm_uart-objs-$(CONFIG_CPM2) += cpm_uart_cpm2.ocpm_uart-objs-$(CONFIG_8xx) += cpm_uart_cpm1.ocpm_uart-objs := cpm_uart_core.o $(cpm_uart-objs-y)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?