X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Makefile.kernel;h=e2965f422896609ca3346b965b64b61d0bd12bf6;hb=4462df298cf88957239e7ac286233eba9abb5850;hp=90db54a2855090291e58c09f753255850602e3d9;hpb=f8f3f6ce147aed4d4dacd645d5d2c3891f4f76cc;p=madwifi%2F.git diff --git a/Makefile.kernel b/Makefile.kernel index 90db54a..e2965f4 100644 --- a/Makefile.kernel +++ b/Makefile.kernel @@ -37,5 +37,5 @@ obj-$(CONFIG_ATHEROS) += ath/ ath_hal/ net80211/ endif ifeq ($(CONFIG_ATHEROS_DEBUG),y) -CFLAGS += -DAR_DEBUG -DIEEE80211_DEBUG +EXTRA_CFLAGS += -DAR_DEBUG -DIEEE80211_DEBUG endif