aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r--arch/s390/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile
index 647bd14b223e..224b42734f0d 100644
--- a/arch/s390/Makefile
+++ b/arch/s390/Makefile
@@ -106,6 +106,7 @@ drivers-y += drivers/s390/
106drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ 106drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/
107 107
108boot := arch/s390/boot 108boot := arch/s390/boot
109tools := arch/s390/tools
109 110
110all: image bzImage 111all: image bzImage
111 112
@@ -124,6 +125,10 @@ vdso_install:
124 125
125archclean: 126archclean:
126 $(Q)$(MAKE) $(clean)=$(boot) 127 $(Q)$(MAKE) $(clean)=$(boot)
128 $(Q)$(MAKE) $(clean)=$(tools)
129
130archprepare:
131 $(Q)$(MAKE) $(build)=$(tools) include/generated/facilities.h
127 132
128# Don't use tabs in echo arguments 133# Don't use tabs in echo arguments
129define archhelp 134define archhelp