From ff505baaf412985af758d5820cd620ed9f1a7e05 Mon Sep 17 00:00:00 2001 From: mydongistiny Date: Mon, 23 Nov 2015 17:01:42 -0800 Subject: GCC: Fix up for gcc 5+ Signed-off-by: mydongistiny Signed-off-by: Mister Oyster --- drivers/input/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/input') diff --git a/drivers/input/Makefile b/drivers/input/Makefile index ee4c06520..f57537760 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -3,6 +3,7 @@ # # Each configuration option enables a list of files. +CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-$(CONFIG_INPUT) += input-core.o input-core-y := input.o input-compat.o input-mt.o ff-core.o -- cgit v1.2.3