📄 makefile
字号:
# s390/Makefile## This file is included by the global makefile so that you can add your own# architecture-specific flags and dependencies. Remember to do have actions# for "archclean" and "archdep" for cleaning up and making dependencies for# this architecture## This file is subject to the terms and conditions of the GNU General Public# License. See the file "COPYING" in the main directory of this archive# for more details.## Copyright (C) 1994 by Linus Torvalds#LD=$(CROSS_COMPILE)ld -m elf_s390OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -SLDFLAGS=-e startLINKFLAGS =-T $(TOPDIR)/arch/s390/vmlinux.lds $(LDFLAGS)CFLAGS_PIPE := -pipeCFLAGS_NSR := -fno-strength-reduceCFLAGS := $(CFLAGS) $(CFLAGS_PIPE) $(CFLAGS_NSR)HEAD := arch/s390/kernel/head.o arch/s390/kernel/init_task.oSUBDIRS := $(SUBDIRS) arch/s390/mm arch/s390/kernel arch/s390/lib \ drivers/s390CORE_FILES := arch/s390/mm/mm.o arch/s390/kernel/kernel.o $(CORE_FILES) \ drivers/s390/io.oLIBS := $(TOPDIR)/arch/s390/lib/lib.a $(LIBS) $(TOPDIR)/arch/s390/lib/lib.aall: image listinglisting: vmlinux @$(MAKEBOOT) listingarch/s390/kernel: dummy $(MAKE) linuxsubdirs SUBDIRS=arch/s390/kernelarch/s390/mm: dummy $(MAKE) linuxsubdirs SUBDIRS=arch/s390/mmdrivers/s390: dummy $(MAKE) linuxsubdirs SUBDIRS=drivers/s390MAKEBOOT = $(MAKE) -C arch/$(ARCH)/bootMAKESILO = $(MAKE) -C arch/$(ARCH)/tools/siloMAKEDASDFMT = $(MAKE) -C arch/$(ARCH)/tools/dasdfmtsilo: @$(MAKESILO) silodasdfmt: @$(MAKEDASDFMT) dasdfmtimage: vmlinux @$(MAKEBOOT) imagearchclean: @$(MAKEBOOT) cleanarchmrproper:archdep: @$(MAKEBOOT) dep
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -