Browse Source

Also build bzImage for rdc boards

SVN-Revision: 5895
Florian Fainelli 19 years ago
parent
commit
94164d679b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/kernel-build.mk

+ 3 - 0
include/kernel-build.mk

@@ -56,6 +56,9 @@ KERNELNAME=
 ifneq (,$(findstring x86,$(BOARD)))
   KERNELNAME="bzImage"
 endif
+ifneq (,$(findstring rdc,$(BOARD)))
+  KERNELNAME="bzImage"
+endif
 ifneq (,$(findstring ppc,$(BOARD)))
   KERNELNAME="uImage"
 endif