Use decimal notation in a debug message
[madwifi/.git] / Makefile.kernel
index 248c213779b02c37678ac5e9b8c28bd9c24dfced..e2965f422896609ca3346b965b64b61d0bd12bf6 100644 (file)
@@ -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