Fix typos
[madwifi/.git] / Makefile.inc
index 667438e798fbd94fb85e548cedb4d4fccdd183d3..496cbbdb42e363a24d563c876b1343d6752266a2 100644 (file)
@@ -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