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

📄 makefile

📁 The RT2500 device driver for linux system
💻
字号:
# Comment/uncomment the following line to enable/disable debugging

WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs

obj-m := rt2500.o

rt2500-objs := rtmp_main.o mlme.o connect.o sync.o assoc.o \
		auth.o auth_rsp.o rtmp_data.o rtmp_init.o sanity.o \
		rtmp_wep.o rtmp_info.o eeprom.o rtmp_tkip.o wpa.o md5.o

all: 
	make -C /lib/modules/$(shell uname -r)/build SUBDIRS=$(shell pwd) modules

clean:
	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 + -