diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-22 10:50:34 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-23 02:12:08 +0100 |
commit | 2c667d77fc02dd453c49b9c29d08a8bb55d60ebe (patch) | |
tree | 64f046796fcf8638d4e9c672a797cd31d18cf22f /arch/ia64 | |
parent | treewide: remove explicit rules for *offsets.s (diff) | |
download | linux-2c667d77fc02dd453c49b9c29d08a8bb55d60ebe.tar.xz linux-2c667d77fc02dd453c49b9c29d08a8bb55d60ebe.zip |
treewide: add intermediate .s files to targets
Avoid unneeded recreation of these in the incremental build.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile index 7372d994b44e..4ba05140b249 100644 --- a/arch/ia64/kernel/Makefile +++ b/arch/ia64/kernel/Makefile @@ -52,3 +52,5 @@ include $(src)/Makefile.gate include/generated/nr-irqs.h: arch/$(SRCARCH)/kernel/nr-irqs.s FORCE $(call filechk,offsets,__ASM_NR_IRQS_H__) + +targets += nr-irqs.s |