From 74b3fd97cd88fc96c018ec0dc911038a827d264d Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 16 Apr 2012 20:59:35 -0500 Subject: Support inline kernel building Patch 5: change kernel config to match repo Change-Id: Ia04157d2e3cb495e20a76775b4d3ef6596f3191a Signed-off-by: Sean Donovan --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 51eda80..33c9998 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -32,6 +32,10 @@ TARGET_NO_BOOTLOADER := true BOARD_KERNEL_BASE := 0x80000000 # BOARD_KERNEL_CMDLINE := +# Define kernel config for inline building +TARGET_KERNEL_CONFIG := tuna_defconfig +TARGET_KERNEL_SOURCE := kernel/samsung/tuna + TARGET_PREBUILT_KERNEL := device/samsung/tuna/kernel TARGET_NO_RADIOIMAGE := true -- cgit v1.1