Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /usr/src/linux-headers-6.14.0-1012-aws/arch/riscv/errata/ |
Upload File : |
ifdef CONFIG_RELOCATABLE # We can't use PIC/PIE when handling early-boot errata parsing, as the kernel # doesn't have a GOT setup at that point. So instead just use medany: it's # usually position-independent, so it should be good enough for the errata # handling. KBUILD_CFLAGS += -fno-pie -mcmodel=medany 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/