From 42dd0c69d7b686cfcb38c0af5ac6652f86a12f14 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sun, 27 Dec 2015 08:17:34 -0800 Subject: espresso-common: remove useless ifdefs we're aiming to commonize all variants and this won't hurt wifi-only devices Change-Id: If72d2a12a3fe0268e52bdd5655fcc0edac69a78e --- BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1