fixup board specific KERNELNAME overrides
SVN-Revision: 25138
This commit is contained in:
parent
e14097aca9
commit
a361eab890
1 changed files with 1 additions and 3 deletions
|
@ -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)" \
|
||||||
|
|
Loading…
Reference in a new issue