Use emake instead of make.

This commit is contained in:
Daniel Mierswa 2010-03-11 10:24:55 +01:00
parent 697af09676
commit db023285f2

View file

@ -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}" \