diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2011-08-30 21:58:11 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-08-31 10:13:02 +0300 |
commit | 4495ab167044d3ba3127dac06762138f5122ddc9 (patch) | |
tree | 1e6089ecb841e1c4e5cc20acafacc756a85cd471 /drivers/net/wireless/ath/ath6kl/Makefile | |
parent | 1b1e6ee300b84eff3c7b0ee8de2396eb815f1b9d (diff) | |
download | op-kernel-dev-4495ab167044d3ba3127dac06762138f5122ddc9.zip op-kernel-dev-4495ab167044d3ba3127dac06762138f5122ddc9.tar.gz |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile index e1bb07e..b64a6f5 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__ |