aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-22 18:50:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-23 10:12:03 +0900
commit4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0 (patch)
treef925d99fbba9a000cbc7a4bef611993b27d27f76 /arch/ia64/kernel/Makefile
parentfirmware: refactor firmware/Makefile (diff)
downloadlinux-dev-4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0.tar.xz
linux-dev-4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0.zip
treewide: remove explicit rules for *offsets.s
These explicit rules are unneeded because scripts/Makefile.build provides a pattern rule to create %.s from %.c Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '')
-rw-r--r--arch/ia64/kernel/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile
index d0c0ccdd656a..7372d994b44e 100644
--- a/arch/ia64/kernel/Makefile
+++ b/arch/ia64/kernel/Makefile
@@ -50,10 +50,5 @@ CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31
# The gate DSO image is built using a special linker script.
include $(src)/Makefile.gate
-# We use internal kbuild rules to avoid the "is up to date" message from make
-arch/$(SRCARCH)/kernel/nr-irqs.s: arch/$(SRCARCH)/kernel/nr-irqs.c
- $(Q)mkdir -p $(dir $@)
- $(call if_changed_dep,cc_s_c)
-
include/generated/nr-irqs.h: arch/$(SRCARCH)/kernel/nr-irqs.s FORCE
$(call filechk,offsets,__ASM_NR_IRQS_H__)