fix KERNELNAME

SVN-Revision: 4584
This commit is contained in:
Felix Fietkau 2006-08-17 18:11:25 +00:00
parent 7fc9230168
commit ffa5ce367c

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