else
all: compile
endif
-KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))
+include $(INCLUDE_DIR)/kernel-version.mk
include $(INCLUDE_DIR)/host.mk
include $(INCLUDE_DIR)/kernel.mk
ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage"
endif
+ifneq (,$(findstring rdc,$(BOARD)))
+ KERNELNAME="bzImage"
+endif
ifneq (,$(findstring ppc,$(BOARD)))
KERNELNAME="uImage"
endif