diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-03-22 10:18:01 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-04-09 02:51:15 -0400 |
commit | fb0990bbf5e5eda5705f5511c261842787d1bdf6 (patch) | |
tree | 8f16d325e2f2b4ca33e975e8e7390e4181301f90 /arch/arc/Makefile | |
parent | af4c3ae3990bb5a2f0a53c7112c9d7696a3cab95 (diff) |
ARC: [build] cleanup Makefile a bit
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index fa30453b1331..ac14601577a6 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile | |||
@@ -96,11 +96,12 @@ drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/ | |||
96 | 96 | ||
97 | libs-y += arch/arc/lib/ $(LIBGCC) | 97 | libs-y += arch/arc/lib/ $(LIBGCC) |
98 | 98 | ||
99 | boot := arch/arc/boot | ||
100 | |||
99 | #default target for make without any arguements. | 101 | #default target for make without any arguements. |
100 | KBUILD_IMAGE := bootpImage | 102 | KBUILD_IMAGE := bootpImage |
101 | 103 | ||
102 | all: $(KBUILD_IMAGE) | 104 | all: $(KBUILD_IMAGE) |
103 | boot := arch/arc/boot | ||
104 | 105 | ||
105 | bootpImage: vmlinux | 106 | bootpImage: vmlinux |
106 | 107 | ||