mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
linux-rockchip-3.0.inc: Use oe_runmake instead of make directly
This commit is contained in:
parent
c3157c5d5c
commit
034137530d
|
@ -16,7 +16,7 @@ SRCREV_pn-${PN} = "${AUTOREV}"
|
|||
S = "${WORKDIR}/git"
|
||||
|
||||
do_configure_prepend() {
|
||||
make -C "${S}" ${DEFCONFIG}
|
||||
oe_runmake -C "${S}" ${DEFCONFIG}
|
||||
|
||||
# Fix arch QA issues ("Architecture did not match")
|
||||
rm -f ${S}/mkkrnlimg
|
||||
|
|
Loading…
Reference in New Issue
Block a user