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" )
|
||||
|
||||
src_compile() {
|
||||
make defconfig
|
||||
emake defconfig
|
||||
|
||||
make \
|
||||
emake \
|
||||
CC="${CC}" \
|
||||
AR="${AR}" \
|
||||
LD="${LD}" \
|
||||
|
|
Loading…
Reference in a new issue