make targets provide their KERNELNAME

SVN-Revision: 23919
This commit is contained in:
Florian Fainelli
2010-11-08 07:31:25 +00:00
parent c8dbba3919
commit b6e9f1dfe0
4 changed files with 6 additions and 9 deletions

View File

@@ -6,15 +6,6 @@
#
KERNELNAME=
ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage"
endif
ifneq (,$(findstring rdc,$(BOARD)))
KERNELNAME="bzImage"
endif
ifneq (,$(findstring avr32,$(BOARD)))
KERNELNAME="uImage"
endif
KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
CROSS_COMPILE="$(KERNEL_CROSS)" \