aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index edf23b3..5341e81 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -17,7 +17,9 @@
# 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