Commit 4495ab16 authored by Jouni Malinen's avatar Jouni Malinen Committed by Kalle Valo

ath6kl: Define __CHECK_ENDIAN__ for sparse

Make sparse check endianness with "make C=1".
Signed-off-by: default avatarJouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 1b1e6ee3
......@@ -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__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment