diff options
Diffstat (limited to 'arch/sh64')
-rw-r--r-- | arch/sh64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/Makefile b/arch/sh64/Makefile index 39073734a476..8ca57ffa2b70 100644 --- a/arch/sh64/Makefile +++ b/arch/sh64/Makefile | |||
@@ -73,7 +73,7 @@ compressed: zImage | |||
73 | archclean: | 73 | archclean: |
74 | $(Q)$(MAKE) $(clean)=$(boot) | 74 | $(Q)$(MAKE) $(clean)=$(boot) |
75 | 75 | ||
76 | prepare: arch/$(ARCH)/lib/syscalltab.h | 76 | archprepare: arch/$(ARCH)/lib/syscalltab.h |
77 | 77 | ||
78 | define filechk_gen-syscalltab | 78 | define filechk_gen-syscalltab |
79 | (set -e; \ | 79 | (set -e; \ |