aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Malinen <jouni@qca.qualcomm.com>2011-08-30 14:58:11 -0400
committerKalle Valo <kvalo@qca.qualcomm.com>2011-08-31 03:13:02 -0400
commit4495ab167044d3ba3127dac06762138f5122ddc9 (patch)
tree1e6089ecb841e1c4e5cc20acafacc756a85cd471
parent1b1e6ee300b84eff3c7b0ee8de2396eb815f1b9d (diff)
ath6kl: Define __CHECK_ENDIAN__ for sparse
Make sparse check endianness with "make C=1". Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
-rw-r--r--drivers/net/wireless/ath/ath6kl/Makefile2
1 files changed, 2 insertions, 0 deletions
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
33ath6kl-y += wmi.o 33ath6kl-y += wmi.o
34ath6kl-y += node.o 34ath6kl-y += node.o
35ath6kl-y += sdio.o 35ath6kl-y += sdio.o
36
37ccflags-y += -D__CHECK_ENDIAN__