?? makefile
字號:
# Makefile # Please modify here or set environments.# KSOURCE should be pointed to the build directory of your kernel.#DEBUG ?= nKSOURCE ?= /home/azure/Utu-linux/s3c2440/Kernel/utu-linux_for_s3c2440_V1.5/%.x:%.c arm-linux-gcc -o $@ $<KBUILD_VERBOSE:=1obj-m := hello.odefault: make -C $(KSOURCE) LANG=C KBUILD_VERBOSE=${KBUILD_VERBOSE} SUBDIRS=`pwd` modules.PHONY: cscopecscope: cscope -b -k -R.PHONY: cleanclean: make -C $(KSOURCE) LANG=C KBUILD_VERBOSE=${KBUILD_VERBOSE} SUBDIRS=`pwd` clean rm -f *.x *~
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -