diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:24 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:07 -0500 |
commit | af61742813aa9dde65ca796801e36d03b83fa79f (patch) | |
tree | eccf5ea5d87904d79c9aa5574b031d56961247da /arch/arc/Makefile | |
parent | f46121bd26d7957866739313f1e098a682e8d3e4 (diff) |
ARC: Boot #2: Verbose Boot reporting / feature verification
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index fae66bfc2bdb..9a36c04e4306 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile | |||
@@ -20,6 +20,8 @@ export PLATFORM | |||
20 | cflags-y += -Iarch/arc/plat-$(PLATFORM)/include | 20 | cflags-y += -Iarch/arc/plat-$(PLATFORM)/include |
21 | cflags-y += -mA7 -fno-common -pipe -fno-builtin -D__linux__ | 21 | cflags-y += -mA7 -fno-common -pipe -fno-builtin -D__linux__ |
22 | 22 | ||
23 | LINUXINCLUDE += -include ${src}/arch/arc/include/asm/defines.h | ||
24 | |||
23 | ifdef CONFIG_ARC_CURR_IN_REG | 25 | ifdef CONFIG_ARC_CURR_IN_REG |
24 | # For a global register defintion, make sure it gets passed to every file | 26 | # For a global register defintion, make sure it gets passed to every file |
25 | # We had a customer reported bug where some code built in kernel was NOT using | 27 | # We had a customer reported bug where some code built in kernel was NOT using |