Commit b75db25c authored by Vincent's avatar Vincent Committed by Palmer Dabbelt

riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabled

The errata_cip_453.o should be built only when the Kconfig
CONFIG_ERRATA_SIFIVE_CIP_453 is enabled.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarVincent <vincent.chen@sifive.com>
Fixes: 0e0d4992 ("riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y")
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent ec3a5cb6
obj-y += errata_cip_453.o
obj-$(CONFIG_ERRATA_SIFIVE_CIP_453) += errata_cip_453.o
obj-y += errata.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment