Use emake instead of make.
This commit is contained in:
parent
697af09676
commit
db023285f2
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ WORK="${WORKBASE}/${PNV/_/-}"
|
||||||
DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/usr" )
|
DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/usr" )
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make defconfig
|
emake defconfig
|
||||||
|
|
||||||
make \
|
emake \
|
||||||
CC="${CC}" \
|
CC="${CC}" \
|
||||||
AR="${AR}" \
|
AR="${AR}" \
|
||||||
LD="${LD}" \
|
LD="${LD}" \
|
||||||
|
|
Loading…
Reference in a new issue