aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-23 14:27:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-23 14:27:06 +0000
commit94164d679b662eed5bad39cea57e97efbe058ae6 (patch)
treeff82001f2494c0ac47f892d25253bd2c904603a8 /include
parent2dbaa28adbaec69c65a3107fdc5256bf56cce415 (diff)
downloadupstream-94164d679b662eed5bad39cea57e97efbe058ae6.tar.gz
upstream-94164d679b662eed5bad39cea57e97efbe058ae6.tar.bz2
upstream-94164d679b662eed5bad39cea57e97efbe058ae6.zip
Also build bzImage for rdc boards
SVN-Revision: 5895
Diffstat (limited to 'include')
-rw-r--r--include/kernel-build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 061d604927..6643d46586 100644
--- a/include/kernel-build.mk
+++ b/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