From: Jouni Malinen Date: Tue, 30 Aug 2011 18:58:11 +0000 (+0300) Subject: ath6kl: Define __CHECK_ENDIAN__ for sparse X-Git-Tag: next-20111004~56^2~12^2~60 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4495ab167044d3ba3127dac06762138f5122ddc9;p=karo-tx-linux.git ath6kl: Define __CHECK_ENDIAN__ for sparse Make sparse check endianness with "make C=1". Signed-off-by: Jouni Malinen Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile index e1bb07ea8e80..b64a6f529834 100644 --- a/drivers/net/wireless/ath/ath6kl/Makefile +++ b/drivers/net/wireless/ath/ath6kl/Makefile @@ -33,3 +33,5 @@ ath6kl-y += txrx.o ath6kl-y += wmi.o ath6kl-y += node.o ath6kl-y += sdio.o + +ccflags-y += -D__CHECK_ENDIAN__