summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 668acce..25cf0fc 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