Add PATH to linux build options to allow 'mkimage' to be found. Neccessary for arm,blackfin,sh and avr32 in linux-2.6.28

This commit is contained in:
Ulf Samuelsson 2009-01-06 21:42:43 +00:00
parent c7b77e5669
commit ec2eb199ca
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ LINUX26_MAKE_FLAGS = HOSTCC="$(HOSTCC)" HOSTCFLAGS="$(HOSTCFLAGS)" \
INSTALL_MOD_PATH=$(TARGET_DIR) \
CROSS_COMPILE=$(KERNEL_CROSS) \
LDFLAGS="$(TARGET_LDFLAGS)" \
LZMA="$(LZMA)"
LZMA="$(LZMA)" \
PATH=$(STAGING_DIR)/usr/bin:$(PATH)
# =============================================================================
# ifneq ($(strip $(LINUX26_VERSION)),$(strip $(LINUX_HEADERS_VERSION)))