X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_rate%2Fonoe%2FMakefile;h=f5e67522413e8e042bd639da4f94ae7a0290496c;hb=2cb388736941852c65d215cc1baf8e182f860d45;hp=11689cf4ab5d8a2004b9bff6356306e826b413c5;hpb=99ead2121df72cbc6f75465e8043265d9818df94;p=madwifi%2F.git diff --git a/ath_rate/onoe/Makefile b/ath_rate/onoe/Makefile index 11689cf..f5e6752 100644 --- a/ath_rate/onoe/Makefile +++ b/ath_rate/onoe/Makefile @@ -54,13 +54,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_onoe.$(KMODSUF) $(DESTDIR)/$(KMODPATH) +.PHONY: clean clean: -rm -f *~ *.o *.ko *.mod.c -rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd