fix building when target arch != mipsel (arch defaults to mipsel if not set when entering linux_dir)

SVN-Revision: 1662
owl
Nicolas Thill 2005-08-14 15:35:16 +00:00
parent 4bcd843c60
commit bde7d2ee0d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(ARCH)" \
TARGET="$(HAL_TARGET)" \
TOOLPREFIX="$(KERNEL_CROSS)" \
KERNELPATH="$(KERNEL_DIR)"