diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 07:45:35 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-30 00:37:32 -0400 |
commit | 2547476a5e4061f6addb88d5fc837d3a950f54c4 (patch) | |
tree | 714716f146f5b1b5ee3b0afd86e4acd658617e76 /arch/arc/Makefile | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 02fabef2891c..d4df6be66d58 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile | |||
@@ -127,7 +127,7 @@ libs-y += arch/arc/lib/ $(LIBGCC) | |||
127 | 127 | ||
128 | boot := arch/arc/boot | 128 | boot := arch/arc/boot |
129 | 129 | ||
130 | #default target for make without any arguements. | 130 | #default target for make without any arguments. |
131 | KBUILD_IMAGE := bootpImage | 131 | KBUILD_IMAGE := bootpImage |
132 | 132 | ||
133 | all: $(KBUILD_IMAGE) | 133 | all: $(KBUILD_IMAGE) |