makefile.6
来自「台湾RALink公司的 rt2570无线 802.11g 网卡的 驱动的源代码 」· 6 代码 · 共 16 行
6
16 行
# 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 + =
减小字号Ctrl + -
显示快捷键?