summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb
index a809a3f6..82763eb9 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2020.01.bb
@@ -10,8 +10,8 @@ EXTRA_OEMAKE_class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}"
10inherit uboot-config 10inherit uboot-config
11 11
12do_compile () { 12do_compile () {
13 oe_runmake ${UBOOT_MACHINE} 13 oe_runmake -C ${S} O=${B} ${UBOOT_MACHINE}
14 oe_runmake envtools 14 oe_runmake -C ${S} O=${B} envtools
15} 15}
16 16
17do_install () { 17do_install () {