summaryrefslogtreecommitdiffstats
path: root/arch/riscv/errata/Makefile
blob: f0da9d7b39c3748494d46cb9cadc530fec68acf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifdef CONFIG_RELOCATABLE
KBUILD_CFLAGS += -fno-pie
endif

ifdef CONFIG_RISCV_ALTERNATIVE_EARLY
ifdef CONFIG_FORTIFY_SOURCE
KBUILD_CFLAGS += -D__NO_FORTIFY
endif
endif

obj-$(CONFIG_ERRATA_ANDES) += andes/
obj-$(CONFIG_ERRATA_SIFIVE) += sifive/
obj-$(CONFIG_ERRATA_THEAD) += thead/