Skip to content

Commit cff6fdf

Browse files
committed
ia64: simplify esi object addition in Makefile
CONFIG_IA64_ESI is a bool option. I do not know why the Makefile was written like this, but this should not have any functional change. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
1 parent 0f1fe9d commit cff6fdf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

arch/ia64/kernel/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ mca_recovery-y += mca_drv.o mca_drv_asm.o
3434
obj-$(CONFIG_IA64_MC_ERR_INJECT)+= err_inject.o
3535
obj-$(CONFIG_STACKTRACE) += stacktrace.o
3636

37-
obj-$(CONFIG_IA64_ESI) += esi.o
38-
ifneq ($(CONFIG_IA64_ESI),)
39-
obj-y += esi_stub.o # must be in kernel proper
40-
endif
37+
obj-$(CONFIG_IA64_ESI) += esi.o esi_stub.o # must be in kernel proper
4138
obj-$(CONFIG_INTEL_IOMMU) += pci-dma.o
4239

4340
obj-$(CONFIG_ELF_CORE) += elfcore.o

0 commit comments

Comments
 (0)