aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 7a8c6a0..00336b0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -19,6 +19,8 @@
-include device/samsung/omap4-common/BoardConfigCommon.mk
+TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso-common/include
+
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true
@@ -127,3 +129,11 @@ BOARD_HAS_DOWNLOAD_MODE := true
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/espresso-common/custombootimg.mk
BOARD_CANT_BUILD_RECOVERY_FROM_BOOT_PATCH := true
+
+ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),)
+# RIL
+BOARD_VENDOR := samsung
+BOARD_PROVIDES_LIBRIL := true
+BOARD_MODEM_TYPE := xmm6260
+BOARD_RIL_CLASS := ../../../device/samsung/espresso-common/ril
+endif