From: Jouni Malinen Date: Tue, 30 Aug 2011 18:58:11 +0000 (+0300) Subject: ath6kl: Define __CHECK_ENDIAN__ for sparse X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4495ab167044d3ba3127dac06762138f5122ddc9;p=mv-sheeva.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 e1bb07ea8e8..b64a6f52983 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__