Don't reference vlan_group without IEEE80211_VLAN_TAG_USED set
[madwifi/.git] / ath_rate / amrr / Makefile
index 0280dd8f21f7d31cd3e433f14cc4f5bb42c411db..8350d549cba2231c5081da66df4124186f964743 100644 (file)
 #
 # Makefile for the Atheros Rate Control Support.
 #
-ifeq ($(obj),)
-obj=   .
-endif
-
+obj := $(firstword $(obj) $(SUBDIRS) .)
 TOP = $(obj)/../..
 
 obj-m          += ath_rate_amrr.o
@@ -51,22 +48,25 @@ ath_rate_amrr-objs  := amrr.o
 
 include $(TOP)/Makefile.inc
 
-INCS += -I$(TOP) -I$(ATH) -I$(ATH_HAL) -I$(HAL)
+INCS += -I$(TOP) -I$(ATH) -I$(HAL)
 
-EXTRA_CFLAGS+= $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\"
+EXTRA_CFLAGS+= $(INCS) $(COPTS)
 
 -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)