📄 makefile
字号:
## Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)# Licensed under the GPL#obj-y := clone.o mmu.o process.o syscall.o uaccess.o# clone.o is in the stub, so it can't be built with profiling# GCC hardened also auto-enables -fpic, but we need %ebx so it can't work -># disable itCFLAGS_clone.o := $(CFLAGS_NO_HARDENING)UNPROFILE_OBJS := clone.oinclude arch/um/scripts/Makefile.rules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -