makefile

来自「LINUX 2.6.17.4的源码」· 代码 · 共 17 行

TXT
17
字号
## Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com)# Licensed under the GPL#obj-y := clone.o exec_kern.o mem.o mmu.o process_kern.o \	syscall.o tlb.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 + =
减小字号Ctrl + -
显示快捷键?