diff options
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 3cd8dd25c9d7..189c8f3a369c 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile | |||
@@ -100,16 +100,6 @@ image: vmlinux | |||
100 | archclean: | 100 | archclean: |
101 | $(Q)$(MAKE) $(clean)=$(boot) | 101 | $(Q)$(MAKE) $(clean)=$(boot) |
102 | 102 | ||
103 | prepare: include/asm-$(ARCH)/offsets.h | ||
104 | |||
105 | arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \ | ||
106 | include/config/MARKER | ||
107 | |||
108 | include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s | ||
109 | $(call filechk,gen-asm-offsets) | ||
110 | |||
111 | CLEAN_FILES += include/asm-$(ARCH)/offsets.h | ||
112 | |||
113 | # Don't use tabs in echo arguments | 103 | # Don't use tabs in echo arguments |
114 | define archhelp | 104 | define archhelp |
115 | echo '* image - Kernel image for IPL ($(boot)/image)' | 105 | echo '* image - Kernel image for IPL ($(boot)/image)' |