Kbuild: Root Makefile issue.

KBUILD_CFLAGS line was broken because a breakline was missing.

Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
Change-Id: I47a36f89d7cd589c71ce0bfb9a6d346a12202f43
This commit is contained in:
Juan Manuel Cruz 2015-05-06 10:41:08 -05:00 committed by Anas Nashif
commit 068ebc0529

View file

@ -406,7 +406,7 @@ KBUILD_CPPFLAGS := -DKERNEL
DEFAULTFLAGS ?= -Os
KBUILD_CFLAGS := -c -g -std=c99
KBUILD_CFLAGS := -c -g -std=c99 \
$(DEFAULTFLAGS) \
$(CONFIG_COMPILER_OPT) \
-fno-reorder-functions \