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

📄 makefile

📁 最新之atheros芯片driver source code, 基于linux操作系统,內含atheros芯片HAL全部代码
💻
字号:
## Makefile for the WEP regression test.#obj := $(firstword $(obj) $(SUBDIRS) .)TOP = $(obj)/../..obj-m			+= ath_test_wep.oath_test_wep-objs	:= test_wep.oinclude $(TOP)/Makefile.incINCS += -I$(TOP) -I$(WLAN)EXTRA_CFLAGS+= $(INCS) $(COPTS)-include $(TOPDIR)/Rules.makeall:	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modulesinstall:	test -d $(DESTDIR)/$(KMODPATH) || mkdir -p $(DESTDIR)/$(KMODPATH)	install -m 0644 ath_test_wep.$(KMODSUF) $(DESTDIR)/$(KMODPATH)clean:	-rm -f *~ *.o *.ko *.mod.c	-rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd	-rm -rf .tmp_versionsath_test_wep.o: $(ath_test_wep-objs)	$(LD) $(LDOPTS) -o ath_test_wep.$(KMODSUF) -r $(ath_test_wep-objs)

⌨️ 快捷键说明

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