Also build bzImage for rdc boards

SVN-Revision: 5895
lede-17.01
Florian Fainelli 2006-12-23 14:27:06 +00:00
parent 2dbaa28adb
commit 94164d679b
1 changed files with 3 additions and 0 deletions

View File

@ -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