X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_rate%2Fminstrel%2FMakefile;h=7d137057f368b7123b8068b70a9ff6f49b7d9557;hb=2cb388736941852c65d215cc1baf8e182f860d45;hp=24f247abc2dea4509f751456db9842412d5c81f0;hpb=99ead2121df72cbc6f75465e8043265d9818df94;p=madwifi%2F.git diff --git a/ath_rate/minstrel/Makefile b/ath_rate/minstrel/Makefile index 24f247a..7d13705 100644 --- a/ath_rate/minstrel/Makefile +++ b/ath_rate/minstrel/Makefile @@ -52,13 +52,16 @@ 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_minstrel.$(KMODSUF) $(DESTDIR)/$(KMODPATH) +.PHONY: clean clean: -rm -f *~ *.o *.ko *.mod.c -rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd