X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Makefile.inc;h=9c4ab3a70f1b913d8a2ab269379064b5fb36b91b;hb=7e4c9f199bcec61c4960de2929ec6f266c79416e;hp=86e35312eba501065fa2c3b6030cddc69b904a65;hpb=9269ea6eb9553c74a6ec680aeb0caa49046610d8;p=madwifi%2F.git diff --git a/Makefile.inc b/Makefile.inc index 86e3531..9c4ab3a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -229,22 +229,22 @@ NM := $(save_NM) include $(TOP)/BuildCaps.inc ifeq ($(strip $(ATH_DEBUG)),1) -CFLAGS += -DAR_DEBUG -DIEEE80211_DEBUG +EXTRA_CFLAGS += -DAR_DEBUG -DIEEE80211_DEBUG endif ifeq ($(strip $(ATH_DEBUG_SPINLOCKS)),1) -CFLAGS += -DATH_DEBUG_SPINLOCKS +EXTRA_CFLAGS += -DATH_DEBUG_SPINLOCKS endif ifeq ($(strip $(IEEE80211_DEBUG_REFCNT)),1) -CFLAGS += -DIEEE80211_DEBUG_REFCNT +EXTRA_CFLAGS += -DIEEE80211_DEBUG_REFCNT endif # Ensure correct endianess LDFLAGS += $(LDOPTS) # Be pedantic -CFLAGS += -Werror -Wall +EXTRA_CFLAGS += -Wall # Filter out compiler options that are not supported by all compilers # and that are not needed to ensure compatible architecture and calling