projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1e6ee
)
ath6kl: Define __CHECK_ENDIAN__ for sparse
author
Jouni Malinen
<jouni@qca.qualcomm.com>
Tue, 30 Aug 2011 18:58:11 +0000
(21:58 +0300)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 31 Aug 2011 07:13:02 +0000
(10:13 +0300)
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>
drivers/net/wireless/ath/ath6kl/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/Makefile
b/drivers/net/wireless/ath/ath6kl/Makefile
index e1bb07ea8e80ca325a086314813059aa186e9798..b64a6f529834ab0f0524016345fdfbe33bae05c9 100644
(file)
--- 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__