summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/Makefile
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2014-05-21 07:37:30 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-23 07:27:41 (GMT)
commitaf97d6cd7bbf604c87601aedbf8ce5dc0088a2d7 (patch)
tree67c621004d9ff17c3aa75763848c3167c79410c0 /drivers/staging/rtl8723au/Makefile
parent9216c517fb0192d1828169d8af2bac59ee8e3173 (diff)
downloadlinux-af97d6cd7bbf604c87601aedbf8ce5dc0088a2d7.tar.xz
staging: rtl8723au: Add -Wtype-limits to CFLAGS
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/Makefile')
-rw-r--r--drivers/staging/rtl8723au/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723au/Makefile b/drivers/staging/rtl8723au/Makefile
index f85f4b38..f0615d6 100644
--- a/drivers/staging/rtl8723au/Makefile
+++ b/drivers/staging/rtl8723au/Makefile
@@ -53,4 +53,4 @@ r8723au-$(CONFIG_8723AU_BT_COEXIST) += hal/rtl8723a_bt-coexist.o
obj-$(CONFIG_R8723AU) := r8723au.o
-ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/include
+ccflags-y += -Wtype-limits -D__CHECK_ENDIAN__ -I$(src)/include