diff options
-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 e1bb07ea8e80..b64a6f529834 100644 --- a/drivers/net/wireless/ath/ath6kl/Makefile +++ b/drivers/net/wireless/ath/ath6kl/Makefile | |||
@@ -33,3 +33,5 @@ ath6kl-y += txrx.o | |||
33 | ath6kl-y += wmi.o | 33 | ath6kl-y += wmi.o |
34 | ath6kl-y += node.o | 34 | ath6kl-y += node.o |
35 | ath6kl-y += sdio.o | 35 | ath6kl-y += sdio.o |
36 | |||
37 | ccflags-y += -D__CHECK_ENDIAN__ | ||