Sign in
nest-open-source
/
manifest_repos
/
kernel
/
ee41e0a917f3f2f35422a93505fb4134ea69e553
/
.
/
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
/