diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2014-12-25 18:54:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-01-15 22:40:50 +0300 |
commit | fdff23702a361e89a153222233231af4d00d6e2a (patch) | |
tree | 703add2a17256c4642e0bfdbab3551b77f46d95f /arch/arc/cpu/arcv1/Makefile | |
parent | e20bcb046b245d78f63c99811fc0ccdc6661aa82 (diff) |
arc: rename "arc700" in "arcv1"
As a preparation to ARCv2 port submission we rename "arc700" folder to
"arcv1" which stands for ARCv1 ISA also known as ARCompact.
This will allow us to add more flavours of binary-compatible ARCv1 CPUs
like ARC600 if needed later on and all required ARCv2 CPUs (which are
binary incompatible with ARCv1) in "arcv2" folder in subsequent commits.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Igor Guryanov <guryanov@synopsys.com>
Diffstat (limited to 'arch/arc/cpu/arcv1/Makefile')
-rw-r--r-- | arch/arc/cpu/arcv1/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arc/cpu/arcv1/Makefile b/arch/arc/cpu/arcv1/Makefile new file mode 100644 index 0000000000..3704ebeeae --- /dev/null +++ b/arch/arc/cpu/arcv1/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += start.o |