1 ifdef CONFIG_RELOCATABLE 2 KBUILD_CFLAGS += -fno-pie 3 endif 4 5 ifdef CONFIG_RISCV_ALTERNATIVE_EARLY 6 ifdef CONFIG_FORTIFY_SOURCE 7 KBUILD_CFLAGS += -D__NO_FORTIFY 8 endif 9 endif 10 11 obj-$(CONFIG_ERRATA_ANDES) += andes/ 12 obj-$(CONFIG_ERRATA_SIFIVE) += sifive/ 13 obj-$(CONFIG_ERRATA_THEAD) += thead/
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.