X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=ath_rate%2Famrr%2FMakefile;h=dff286df1ba035c2445566590031de29d718adcd;hb=941d62b04346f8918baf1acce993d5ae3167c74c;hp=0280dd8f21f7d31cd3e433f14cc4f5bb42c411db;hpb=d07ba1953dac3b14b5da64d0d25cb483e7a54b94;p=madwifi%2F.git diff --git a/ath_rate/amrr/Makefile b/ath_rate/amrr/Makefile index 0280dd8..dff286d 100644 --- a/ath_rate/amrr/Makefile +++ b/ath_rate/amrr/Makefile @@ -40,10 +40,7 @@ # # Makefile for the Atheros Rate Control Support. # -ifeq ($(obj),) -obj= . -endif - +obj := $(firstword $(obj) $(SUBDIRS) .) TOP = $(obj)/../.. obj-m += ath_rate_amrr.o @@ -57,16 +54,19 @@ EXTRA_CFLAGS+= $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\" -include $(TOPDIR)/Rules.make +.PHONY: all all: $(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modules +.PHONY: install install: test -d $(DESTDIR)/$(KMODPATH) || mkdir -p $(DESTDIR)/$(KMODPATH) install -m 0644 ath_rate_amrr.$(KMODSUF) $(DESTDIR)/$(KMODPATH) +.PHONY: clean clean: -rm -f *~ *.o *.ko *.mod.c - -rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd + -rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd -rm -rf .tmp_versions ath_rate_amrr.o: $(ath_rate_amrr-objs)