Skip to content

Commit

Permalink
AndroidKernel.mk: Define the path where the kernel should be installed
Browse files Browse the repository at this point in the history
We now set the install path for the kernel image if it has not already been
set earlier by the build system.

Change-Id: I88d23916901ae9a96917c138a200d7e1772f02c0
Signed-off-by: Ameya Thakur <ameyat@codeaurora.org>
  • Loading branch information
boedhack authored and Gerrit - the friendly Code Review server committed Apr 9, 2014
1 parent 46086ca commit ccf456c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AndroidKernel.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#Android makefile to build kernel as a part of Android Build
PERL = perl

KERNEL_TARGET := $(strip $(INSTALLED_KERNEL_TARGET))
ifeq ($(KERNEL_TARGET),)
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
endif

TARGET_KERNEL_ARCH := $(strip $(TARGET_KERNEL_ARCH))
ifeq ($(TARGET_KERNEL_ARCH),)
KERNEL_ARCH := arm
Expand Down

0 comments on commit ccf456c

Please sign in to comment.