This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export BUILDDIR="${BUILDDIR:-$(pwd)}" | |
| export SRCDIR="${SRCDIR:-/usr/src}" | |
| export MAKEOBJDIRPREFIX="${MAKEOBJDIRPREFIX:-${BUILDDIR}/obj}" | |
| export DESTDIR="${DESTDIR:-${BUILDDIR}/dest}" | |
| export KERNCONF="${KERNCONF:-MT7620}" | |
| export ARCH="${ARCH:-mips}" | |
| export TARGET_ARCH="${TARGET_ARCH:-mipsel}" | |
| export MAKEFLAGS="${MAKEFLAGS:-}" | |
| export TFTP_ROOT="${TFTP_ROOT:-/tftpboot}" | |
| # make kernel-toolchain |