diff options
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb index 5007ee75..95258247 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.6.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb | |||
@@ -48,6 +48,8 @@ EXTRA_OEMAKE += 'LD="${@remove_options_tail(d.getVar('LD'))}"' | |||
48 | 48 | ||
49 | EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' | 49 | EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' |
50 | 50 | ||
51 | do_configure[noexec] = "1" | ||
52 | |||
51 | do_compile() { | 53 | do_compile() { |
52 | # Clear LDFLAGS to avoid the option -Wl recognize issue | 54 | # Clear LDFLAGS to avoid the option -Wl recognize issue |
53 | oe_runmake bl31 | 55 | oe_runmake bl31 |