?? makefile
字號:
## linux/arch/arm/fastfpe/Makefile## Copyright (C) Peter Teichmann#O_TARGET := fast-math-emu.oobj-y :=obj-m :=obj-n :=obj- :=fastfpe-objs := module.o entry.o CPDO.o CPRT.o CPDT.olist-multi := fastfpe.oobj-$(CONFIG_FPE_FASTFPE) += fastfpe.oUSE_STANDARD_AS_RULE := trueinclude $(TOPDIR)/Rules.makefastfpe.o: $(fastfpe-objs) $(LD) -r -o $@ $(fastfpe-objs)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -