makefile
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 13 行
TXT
13 行
## Makefile for the DECstation family specific parts of the kernel#netboot: all $(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \ dec_boot.o ramdisk.img -o nbImageobj-y := decstation.oclean: rm -f nbImage
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?