📄 makefile.6
字号:
# Comment/uncomment the following line to enable/disable debuggingWFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphsobj-m := rt2570.ort2570-objs := rtusb_main.o mlme.o rtusb_bulk.o connect.o sync.o rtusb_init.o rtmp_tkip.o wpa.o rtmp_wep.o rtusb_info.o assoc.o auth.o auth_rsp.o md5.o rtusb_io.o sanity.o rtusb_data.oall: make -C /lib/modules/$(shell uname -r)/build SUBDIRS=$(shell pwd) modulesclean: rm -f *.o *~ .*.cmd *.ko *.mod.c #make command : make -C path/to/src SUBDIRS=$PWD modules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -