X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.kernel;h=90db54a2855090291e58c09f753255850602e3d9;hb=f8f3f6ce147aed4d4dacd645d5d2c3891f4f76cc;hp=248c213779b02c37678ac5e9b8c28bd9c24dfced;hpb=9269ea6eb9553c74a6ec680aeb0caa49046610d8;p=madwifi%2F.git diff --git a/Makefile.kernel b/Makefile.kernel index 248c213..90db54a 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) +CFLAGS += -DAR_DEBUG -DIEEE80211_DEBUG +endif