fix user mode linux toolchain build

SVN-Revision: 6130
owl
Felix Fietkau 2007-01-19 12:19:45 +00:00
parent 4c1346198c
commit d85c2ffd23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ endef
ifneq (,$(findstring uml,$(BOARD)))
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=i386 \
CONFIG_SHELL=$(BASH)
else
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \