summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-04-19 10:55:36 +0200
committerRobert Burns <burnsra@gmail.com>2012-04-19 07:07:35 -0400
commitae8b05ea7862c43e772d88034168cffcc1a38056 (patch)
tree8c71158626fd6f1b919e17e0135b334c648b17c2 /BoardConfigCommon.mk
parent87be48d41f324d470287bc897628ac4169a6e012 (diff)
downloaddevice_samsung_crespo-ae8b05ea7862c43e772d88034168cffcc1a38056.zip
device_samsung_crespo-ae8b05ea7862c43e772d88034168cffcc1a38056.tar.gz
device_samsung_crespo-ae8b05ea7862c43e772d88034168cffcc1a38056.tar.bz2
Support inline kernel building
Patch2: remove prebuild files Patch3: fix path to kernel dependency Change-Id: I45e911eb29b74b049ff19db045e2f905421fc5df
Diffstat (limited to 'BoardConfigCommon.mk')
-rwxr-xr-xBoardConfigCommon.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index dd18658..90f7c6a 100755
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -60,6 +60,10 @@ TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
TARGET_RECOVERY_UI_LIB := librecovery_ui_crespo
TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/crespo
+# Define kernel config for inline building
+TARGET_KERNEL_CONFIG := crespo_defconfig
+TARGET_KERNEL_SOURCE := kernel/samsung/crespo
+
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912
BOARD_USERDATAIMAGE_PARTITION_SIZE := 1073741824