summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/Makefile
diff options
context:
space:
mode:
authorJouni Malinen <jouni@qca.qualcomm.com>2011-08-30 21:58:11 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2011-08-31 10:13:02 +0300
commit4495ab167044d3ba3127dac06762138f5122ddc9 (patch)
tree1e6089ecb841e1c4e5cc20acafacc756a85cd471 /drivers/net/wireless/ath/ath6kl/Makefile
parent1b1e6ee300b84eff3c7b0ee8de2396eb815f1b9d (diff)
downloadlinux-4495ab167044d3ba3127dac06762138f5122ddc9.tar.bz2
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>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/Makefile')
-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
ath6kl-y += wmi.o
ath6kl-y += node.o
ath6kl-y += sdio.o
+
+ccflags-y += -D__CHECK_ENDIAN__