fix KERNELNAME

SVN-Revision: 4584
owl
Felix Fietkau 2006-08-17 18:11:25 +00:00
parent 7fc9230168
commit ffa5ce367c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ else
-e 's/armeb/arm/' \ -e 's/armeb/arm/' \
) )
KERNELNAME="" KERNELNAME=
ifneq (,$(findstring x86,$(BOARD))) ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage" KERNELNAME="bzImage"
endif endif