diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index c0be969..35c043f 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -46,7 +46,7 @@ do_configure() { } do_compile() { - oe_runmake PLATFORM=${PLATFORM} CFG_ARM64_core=y + oe_runmake PLATFORM=${PLATFORM} CFG_ARM64_core=y NOWERROR=1 } # do_install() nothing |