Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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__