?? makefile
字號(hào):
# simplest makefile of moduleKERNELDIR = /home/HM901ESP/linux-2.4.27LD = arm-linux-gccCFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wallifdef CONFIG_SMPCFLAGS += -D__SMP__ -DSMPendifall: led_module.o test_led.o led_timer.o run_led_timer.oled_module.o: led_module.c $(LD) $(CFLAGS) -c $^ led_module_remap.o: led_module_remap.c $(LD) $(CFLAGS) -c $^test_led.o: test_led.c $(LD) $^ -o test_ledled_timer.o: led_timer.c $(LD) $(CFLAGS) -c $^ run_led_timer.o: run_led_timer.c $(LD) $(CFLAGS) -c $^ clean: rm -f *.o test_led core
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -