aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2015-01-03 20:46:48 +0100
committerAndreas Blaesius <skate4life@gmx.de>2015-09-02 07:01:52 -0700
commit3dae3f52f3f52b9dcd45eb73a5e9127b0916f075 (patch)
tree05b059421c8e2986596c050ac1b60ac062bbe18a /BoardConfigCommon.mk
parent3f39a972108430b02161d161764eed7a001324bd (diff)
downloaddevice_samsung_espressowifi-3dae3f52f3f52b9dcd45eb73a5e9127b0916f075.zip
device_samsung_espressowifi-3dae3f52f3f52b9dcd45eb73a5e9127b0916f075.tar.gz
device_samsung_espressowifi-3dae3f52f3f52b9dcd45eb73a5e9127b0916f075.tar.bz2
espresso-common: move libril & add custom ril class
Change-Id: I2a0e4495c03301eb2f13d3c13c727519f056fbf4
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