diff options
Diffstat (limited to 'arch/s390/Makefile')
| -rw-r--r-- | arch/s390/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 0da10746e0e5..30c5f01f93b0 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile | |||
| @@ -116,6 +116,12 @@ image bzImage: vmlinux | |||
| 116 | zfcpdump: | 116 | zfcpdump: |
| 117 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | 117 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |
| 118 | 118 | ||
| 119 | vdso_install: | ||
| 120 | ifeq ($(CONFIG_64BIT),y) | ||
| 121 | $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ | ||
| 122 | endif | ||
| 123 | $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@ | ||
| 124 | |||
| 119 | archclean: | 125 | archclean: |
| 120 | $(Q)$(MAKE) $(clean)=$(boot) | 126 | $(Q)$(MAKE) $(clean)=$(boot) |
| 121 | 127 | ||
