summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/rmc/rmc.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-bsp/rmc/rmc.bb')
-rw-r--r--common/recipes-bsp/rmc/rmc.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/recipes-bsp/rmc/rmc.bb b/common/recipes-bsp/rmc/rmc.bb
index 93fdd3aa..fb0d1737 100644
--- a/common/recipes-bsp/rmc/rmc.bb
+++ b/common/recipes-bsp/rmc/rmc.bb
@@ -28,14 +28,13 @@ EXTRA_OEMAKE = "RMC_INSTALL_PREFIX=${D}/${prefix} \
28 RMC_INSTALL_HEADER_PATH=${D}${includedir}/rmc" 28 RMC_INSTALL_HEADER_PATH=${D}${includedir}/rmc"
29 29
30SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong" 30SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong"
31
31do_compile_class-target() { 32do_compile_class-target() {
32 oe_runmake 33 oe_runmake
33 oe_runmake -f Makefile.efi
34} 34}
35 35
36do_install() { 36do_install() {
37 oe_runmake install 37 oe_runmake install
38 oe_runmake -f Makefile.efi install
39} 38}
40 39
41do_install_class-native() { 40do_install_class-native() {