X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Makefile.inc;h=496cbbdb42e363a24d563c876b1343d6752266a2;hb=d7126f839357bd77f4b3fde06a907074d3a60979;hp=667438e798fbd94fb85e548cedb4d4fccdd183d3;hpb=57024653213ca800870f3dd899b86e6f1db0a8ec;p=madwifi%2F.git diff --git a/Makefile.inc b/Makefile.inc index 667438e..496cbbd 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -154,14 +154,6 @@ ifndef ATH_DEBUG export ATH_DEBUG=1 endif -ifndef MMIOTRACE -export MMIOTRACE=0 -endif - -ifeq ($(strip $(MMIOTRACE)),1) -EXTRA_CFLAGS += -DMMIOTRACE=1 -endif - ifeq ($(strip $(ATH_DEBUG_SPINLOCKS)),1) COPTS+= -DATH_DEBUG_SPINLOCKS=1 endif