aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b50d437..92563c8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -14,14 +14,16 @@
# limitations under the License.
#
-# Include p51xx BoardConfigCommon
--include device/samsung/p5100/BoardConfigCommon.mk
+# Include common espresso BoardConfig
+-include device/samsung/espresso-common/BoardConfigCommon.mk
TARGET_BOARD_INFO_FILE := device/samsung/p5100/board-info.txt
# Inline kernel building
-TARGET_KERNEL_SOURCE := kernel/samsung/espresso10
TARGET_KERNEL_CONFIG := cyanogenmod_p5100_defconfig
# assert
TARGET_OTA_ASSERT_DEVICE := p5100,GT-P5100,espresso10rf,espresso10rfxx
+
+# Use the non-open-source parts, if they're present
+-include vendor/samsung/p51xx/BoardConfigVendor.mk