fixup board specific KERNELNAME overrides

SVN-Revision: 25138
This commit is contained in:
Imre Kaloz 2011-01-27 12:21:10 +00:00
parent e14097aca9
commit a361eab890

View file

@ -1,12 +1,10 @@
# #
# Copyright (C) 2006-2007 OpenWrt.org # Copyright (C) 2006-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
# #
KERNELNAME=
KERNEL_MAKEOPTS := -C $(LINUX_DIR) \ KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
CROSS_COMPILE="$(KERNEL_CROSS)" \ CROSS_COMPILE="$(KERNEL_CROSS)" \
ARCH="$(LINUX_KARCH)" \ ARCH="$(LINUX_KARCH)" \