diff options
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index ece5adc05606..68441e0e74b6 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile | |||
@@ -105,6 +105,9 @@ install: vmlinux | |||
105 | image: vmlinux | 105 | image: vmlinux |
106 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | 106 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |
107 | 107 | ||
108 | zfcpdump: | ||
109 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | ||
110 | |||
108 | archclean: | 111 | archclean: |
109 | $(Q)$(MAKE) $(clean)=$(boot) | 112 | $(Q)$(MAKE) $(clean)=$(boot) |
110 | 113 | ||