diff options
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 5 |
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/ | |||
106 | drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ | 106 | drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ |
107 | 107 | ||
108 | boot := arch/s390/boot | 108 | boot := arch/s390/boot |
109 | tools := arch/s390/tools | ||
109 | 110 | ||
110 | all: image bzImage | 111 | all: image bzImage |
111 | 112 | ||
@@ -124,6 +125,10 @@ vdso_install: | |||
124 | 125 | ||
125 | archclean: | 126 | archclean: |
126 | $(Q)$(MAKE) $(clean)=$(boot) | 127 | $(Q)$(MAKE) $(clean)=$(boot) |
128 | $(Q)$(MAKE) $(clean)=$(tools) | ||
129 | |||
130 | archprepare: | ||
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 |
129 | define archhelp | 134 | define archhelp |