📄 makefile
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -