📄 makefile
字号:
## 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.##CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/includeHOSTFLAGS += -Iarch/$(ARCH)/boot/includeBIG_ENDIAN := $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#")export CFLAGSexport AFLAGSexport 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 + -