diff options
| author | mydongistiny <jaysonedson@gmail.com> | 2015-11-23 17:01:42 -0800 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-29 12:38:19 +0100 |
| commit | ff505baaf412985af758d5820cd620ed9f1a7e05 (patch) | |
| tree | 6486963ab0ffa407e1d67cbd539a968c7ab1c615 /drivers/base | |
| parent | 3d29fcecea03b179e8a07cd7f025402aa344f12e (diff) | |
GCC: Fix up for gcc 5+
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'drivers/base')
| -rw-r--r-- | drivers/base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Makefile b/drivers/base/Makefile index 154bd4a5e..aa6689653 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -1,4 +1,5 @@ # Makefile for the Linux device tree +CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-y := core.o bus.o dd.o syscore.o \ driver.o class.o platform.o \ |
