aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-12-27 08:17:34 -0800
committerAndreas Blaesius <skate4life@gmx.de>2016-01-01 05:11:00 -0800
commit42dd0c69d7b686cfcb38c0af5ac6652f86a12f14 (patch)
treebe50d3daa13e26bd51ddfb9ce192c9e1eeaf5df7 /BoardConfigCommon.mk
parentae8c5a1976552e594c9164aa9b737636c88e806f (diff)
downloaddevice_samsung_espressowifi-42dd0c69d7b686cfcb38c0af5ac6652f86a12f14.zip
device_samsung_espressowifi-42dd0c69d7b686cfcb38c0af5ac6652f86a12f14.tar.gz
device_samsung_espressowifi-42dd0c69d7b686cfcb38c0af5ac6652f86a12f14.tar.bz2
espresso-common: remove useless ifdefs
we're aiming to commonize all variants and this won't hurt wifi-only devices Change-Id: If72d2a12a3fe0268e52bdd5655fcc0edac69a78e
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 3d4182e..8844ea6 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -17,9 +17,7 @@
# Inherit common omap4 board config
-include hardware/ti/omap4/BoardConfigCommon.mk
-ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),)
TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso-common/include
-endif
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true
@@ -118,10 +116,8 @@ 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