Skip to content

Commit

Permalink
Add I-Proj support
Browse files Browse the repository at this point in the history
(from the LU6200 ICS drop)
  • Loading branch information
rmcc committed Jul 16, 2012
1 parent 6941a51 commit 0635367
Show file tree
Hide file tree
Showing 931 changed files with 542,711 additions and 464 deletions.
262 changes: 0 additions & 262 deletions Documentation/dontdiff

This file was deleted.

3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -191,6 +191,9 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# "make" in the configured kernel build directory always uses that.
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
#platform-bsp@lge.com 2011.01
ARCH := arm
CROSS_COMPILE := arm-eabi-
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/Kconfig
Expand Up @@ -226,6 +226,9 @@ config GENERIC_BUG
def_bool y
depends on BUG

#platform-bsp@lge.com 2011.01
source "lge/Kconfig"

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/Makefile
Expand Up @@ -259,6 +259,9 @@ core-y += arch/arm/perfmon/

libs-y := arch/arm/lib/ $(libs-y)

#platform-bsp@lge.com 2011.01
core-y += lge/

# Default target when executing plain make
ifeq ($(CONFIG_XIP_KERNEL),y)
KBUILD_IMAGE := xipImage
Expand Down

0 comments on commit 0635367

Please sign in to comment.