summaryrefslogtreecommitdiff
path: root/Makefile.kernel
diff options
context:
space:
mode:
authorDavid Lin <dlin@marvell.com>2015-08-18 17:04:34 +0800
committerDavid Lin <dlin@marvell.com>2015-08-18 17:04:34 +0800
commit59e0d3d167a5bc2c03010df4ed54cc0653b5ae58 (patch)
tree63decbb86c07b9fdc95ad1efe48ecced7fdb5042 /Makefile.kernel
parentaaf953e1baf9cd65979103c4fda98c0bd48f4759 (diff)
Commit mwlwifi driver 10.3.0.8
1. Synchronized PATCH v6 sent to LWN. 2. Add code to support AMSDU. Signed-off-by: David Lin <dlin@marvell.com>
Diffstat (limited to 'Makefile.kernel')
-rw-r--r--Makefile.kernel2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.kernel b/Makefile.kernel
index c6e03a3..49bd311 100644
--- a/Makefile.kernel
+++ b/Makefile.kernel
@@ -7,3 +7,5 @@ mwlwifi-objs += fwcmd.o
mwlwifi-objs += tx.o
mwlwifi-objs += rx.o
mwlwifi-objs += isr.o
+
+ccflags-y += -D__CHECK_ENDIAN__