⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 linux 内核源代码
💻
字号:
## arch/xtensa/boot/Makefile## 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.### KBUILD_CFLAGS used when building rest of boot (takes effect recursively)KBUILD_CFLAGS	+= -fno-builtin -Iarch/$(ARCH)/boot/includeHOSTFLAGS	+= -Iarch/$(ARCH)/boot/includeBIG_ENDIAN	:= $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#")export EXTRA_CFLAGSexport BIG_ENDIANsubdir-y	:= lib# Subdirs for the boot loader(s)bootdir-$(CONFIG_XTENSA_PLATFORM_ISS)	 += boot-elfbootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elfzImage zImage.initrd Image Image.initrd: $(bootdir-y)$(bootdir-y): $(addprefix $(obj)/,$(subdir-y)) \	      $(addprefix $(obj)/,$(host-progs))	$(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -