aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r--arch/s390/Makefile10
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
100archclean: 100archclean:
101 $(Q)$(MAKE) $(clean)=$(boot) 101 $(Q)$(MAKE) $(clean)=$(boot)
102 102
103prepare: include/asm-$(ARCH)/offsets.h
104
105arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \
106 include/config/MARKER
107
108include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s
109 $(call filechk,gen-asm-offsets)
110
111CLEAN_FILES += include/asm-$(ARCH)/offsets.h
112
113# Don't use tabs in echo arguments 103# Don't use tabs in echo arguments
114define archhelp 104define archhelp
115 echo '* image - Kernel image for IPL ($(boot)/image)' 105 echo '* image - Kernel image for IPL ($(boot)/image)'