diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-19 18:40:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-04-03 09:47:49 +0300 |
commit | 4d93617d87285f01f450a30584520369ff3585d2 (patch) | |
tree | 8ef5ad51ed1e485b6465db58f2c4bc73840a46bd /arch/arc/cpu/arcv2/Makefile | |
parent | ae4a351ad9e3b800e8eb55b27c302d8be256540e (diff) |
arc: merge common start-up code between ARC and ARCv2
Even though ARCompact and ARCv2 are not binary compatible most of
assembly instructions are used in both. With this change we'll get rid
of duplicate code.
Still IVTs are implemented differently so we're keeping them in separate
files.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/cpu/arcv2/Makefile')
-rw-r--r-- | arch/arc/cpu/arcv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/cpu/arcv2/Makefile b/arch/arc/cpu/arcv2/Makefile index cc69e5a17e..e338a0ae56 100644 --- a/arch/arc/cpu/arcv2/Makefile +++ b/arch/arc/cpu/arcv2/Makefile @@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += start.o +obj-y += ivt.o |