summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-04-16 13:08:21 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-04-16 17:36:52 +0700
commitc9d2bf05f0c99d059485d136ac6a97a7d6abdc66 (patch)
treecd452b8a0456a054f06b8dbb795f090b40119724 /BoardConfigCommon.mk
parent9ccb221cefb47fb7961ab7392b525e166d476347 (diff)
downloaddevice_samsung_aries-common-c9d2bf05f0c99d059485d136ac6a97a7d6abdc66.zip
device_samsung_aries-common-c9d2bf05f0c99d059485d136ac6a97a7d6abdc66.tar.gz
device_samsung_aries-common-c9d2bf05f0c99d059485d136ac6a97a7d6abdc66.tar.bz2
aries-common: Support integrated kernel building
- shbookimg.mk needs to be updated to use the built kernel - Added kernel source path Change-Id: Ic34bf51f22d091056940529df3313a3159b37857
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index aca6f78..9ea7c7c 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -38,6 +38,9 @@ TARGET_RECOVERY_INITRC := device/samsung/aries-common/recovery.rc
BOARD_MOBILEDATA_INTERFACE_NAME = "pdp0"
BOARD_UMS_LUNFILE := /sys/class/android_usb/android0/f_mass_storage/lun/file
+# Kernel Source
+TARGET_KERNEL_SOURCE := kernel/samsung/aries
+
# Releasetools
TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := ./device/samsung/aries-common/releasetools/aries_ota_from_target_files
TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/aries-common/releasetools/aries_img_from_target_files