fix uml-2.6 build, move KERNELNAME to kernel-build.mk

SVN-Revision: 5204
This commit is contained in:
Nicolas Thill
2006-10-18 13:16:44 +00:00
parent 454f20488d
commit ee11bee390
2 changed files with 14 additions and 11 deletions

View File

@@ -31,16 +31,7 @@ else
LINUX_KMOD_SUFFIX=o
endif
KERNELNAME=
ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage"
endif
ifneq (,$(findstring ppc,$(BOARD)))
KERNELNAME="uImage"
endif
ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH:=um
KERNEL_CC:=$(HOSTCC)
KERNEL_CROSS:=
else