X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Makefile.kernel;h=e2965f422896609ca3346b965b64b61d0bd12bf6;hb=4462df298cf88957239e7ac286233eba9abb5850;hp=248c213779b02c37678ac5e9b8c28bd9c24dfced;hpb=2c0d8db912df58c3a1b506e144e2b5d72edec617;p=madwifi%2F.git diff --git a/Makefile.kernel b/Makefile.kernel index 248c213..e2965f4 100644 --- a/Makefile.kernel +++ b/Makefile.kernel @@ -35,3 +35,7 @@ obj-$(CONFIG_ATHEROS_RATE_SAMPLE) += ath_rate/sample/ obj-$(CONFIG_ATHEROS) += ath/ ath_hal/ net80211/ endif + +ifeq ($(CONFIG_ATHEROS_DEBUG),y) +EXTRA_CFLAGS += -DAR_DEBUG -DIEEE80211_DEBUG +endif