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:
d6f8026
)
ath6kl: remove -D__CHECK_ENDIAN__ from Makefile
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Tue, 17 Jan 2012 13:05:32 +0000
(15:05 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 18 Jan 2012 11:41:12 +0000
(13:41 +0200)
As drivers/net/wireless/ath/Makefile contains the flag to enable
endian checks there's no need to have it in ath6kl makefile anymore.
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 707069303550e9eae103f533875eb72b3376d9fb..e24b61799158c775e534de1f028bd0d4e2b538df 100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/Makefile
+++ b/
drivers/net/wireless/ath/ath6kl/Makefile
@@
-33,5
+33,3
@@
ath6kl-y += txrx.o
ath6kl-y += wmi.o
ath6kl-y += sdio.o
ath6kl-$(CONFIG_NL80211_TESTMODE) += testmode.o
-
-ccflags-y += -D__CHECK_ENDIAN__