diff options
Diffstat (limited to 'recipes/u-boot/u-boot-utils_1.2.0.bb')
-rw-r--r-- | recipes/u-boot/u-boot-utils_1.2.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/u-boot/u-boot-utils_1.2.0.bb b/recipes/u-boot/u-boot-utils_1.2.0.bb index 7cf77b8416..013de890b0 100644 --- a/recipes/u-boot/u-boot-utils_1.2.0.bb +++ b/recipes/u-boot/u-boot-utils_1.2.0.bb @@ -18,11 +18,10 @@ TARGET_LDFLAGS = "" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-${PV}" do_configure() { - : + oe_runmake Sandpoint8240_config } do_compile () { - oe_runmake Sandpoint8240_config oe_runmake tools } |