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:
parent
95d71c50c4
commit
068ebc0529
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue