Sign in
android
/
kernel
/
common
/
78992c81d937e9a7935af01d98a1843dc212bae3
/
.
/
arch
/
riscv
/
errata
/
Makefile
blob: 8a27394851233dbda1a4f0841e1e7e918b61f8e0 [
file
] [
log
] [
blame
]
ifdef CONFIG_RELOCATABLE
KBUILD_CFLAGS
+=
-
fno
-
pie
endif
obj
-
$
(
CONFIG_ERRATA_ANDES
)
+=
andes
/
obj
-
$
(
CONFIG_ERRATA_SIFIVE
)
+=
sifive
/
obj
-
$
(
CONFIG_ERRATA_THEAD
)
+=
thead
/