1ifdef CONFIG_RELOCATABLE
2KBUILD_CFLAGS += -fno-pie
3endif
4
5obj-$(CONFIG_ERRATA_ANDES) += andes/
6obj-$(CONFIG_ERRATA_SIFIVE) += sifive/
7obj-$(CONFIG_ERRATA_THEAD) += thead/
8