⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 D-link 无线usb网卡的Linux无线网卡驱动程序
💻
字号:
# Comment/uncomment the following line to enable/disable debuggingWFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs#CFLAGS += -DDBGobj-m := rt73.ort73-objs :=  rtmp_main.o mlme.o connect.o rtusb_bulk.o rtusb_io.o sync.o assoc.o auth.o auth_rsp.o rtusb_data.o rtmp_init.o  sanity.o rtmp_wep.o rtmp_info.o rtmp_tkip.o wpa.o md5.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#example :        make -C /usr/src/linux-2.6.3-4mdk SUBDIRS=$PWD modules

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -