Sign in
cos
/
third_party
/
kernel
/
c79ff94de84a87731644978e739656ed62f75ada
/
.
/
arch
/
riscv
/
errata
/
Makefile
blob: 8a27394851233dbda1a4f0841e1e7e918b61f8e0 [
file
]
ifdef CONFIG_RELOCATABLE
KBUILD_CFLAGS
+=
-
fno
-
pie
endif
obj
-
$
(
CONFIG_ERRATA_ANDES
)
+=
andes
/
obj
-
$
(
CONFIG_ERRATA_SIFIVE
)
+=
sifive
/
obj
-
$
(
CONFIG_ERRATA_THEAD
)
+=
thead
/