diff options
Diffstat (limited to 'arch/cris/Makefile')
-rw-r--r-- | arch/cris/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/cris/Makefile b/arch/cris/Makefile index 3662cfb7b61d..71e17d3eeddb 100644 --- a/arch/cris/Makefile +++ b/arch/cris/Makefile | |||
@@ -70,7 +70,7 @@ SRC_ARCH = $(srctree)/arch/cris | |||
70 | # cris object files path | 70 | # cris object files path |
71 | OBJ_ARCH = $(objtree)/arch/cris | 71 | OBJ_ARCH = $(objtree)/arch/cris |
72 | 72 | ||
73 | boot := arch/cris/$(SARCH)/boot | 73 | boot := arch/cris/boot |
74 | MACHINE := arch/cris/$(SARCH) | 74 | MACHINE := arch/cris/$(SARCH) |
75 | 75 | ||
76 | all: zImage | 76 | all: zImage |
@@ -81,15 +81,15 @@ zImage Image: vmlinux | |||
81 | archprepare: | 81 | archprepare: |
82 | 82 | ||
83 | archclean: | 83 | archclean: |
84 | $(Q)if [ -e arch/cris/$(SARCH)/boot ]; then \ | 84 | $(Q)if [ -e arch/cris/boot ]; then \ |
85 | $(MAKE) $(clean)=arch/cris/$(SARCH)/boot; \ | 85 | $(MAKE) $(clean)=arch/cris/boot; \ |
86 | fi | 86 | fi |
87 | 87 | ||
88 | CLEAN_FILES += \ | 88 | CLEAN_FILES += \ |
89 | $(MACHINE)/boot/zImage \ | 89 | $(boot)/zImage \ |
90 | $(MACHINE)/boot/compressed/decompress.bin \ | 90 | $(boot)/compressed/decompress.bin \ |
91 | $(MACHINE)/boot/compressed/piggy.gz \ | 91 | $(boot)/compressed/piggy.gz \ |
92 | $(MACHINE)/boot/rescue/rescue.bin | 92 | $(boot)/rescue/rescue.bin |
93 | 93 | ||
94 | 94 | ||
95 | # MRPROPER_FILES += | 95 | # MRPROPER_FILES += |