makefile
来自「底层驱动开发」· 代码 · 共 9 行
TXT
9 行
## Makefile for the linux m68k-specific parts of the memory manager.#obj-y := cache.o init.o fault.o hwtest.oobj-$(CONFIG_MMU_MOTOROLA) += kmap.o memory.o motorola.oobj-$(CONFIG_MMU_SUN3) += sun3kmap.o sun3mmu.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?