aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-12-22 13:55:05 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-01-01 05:10:33 -0800
commit012c859915fb878d33a09a011581a4c12c68fdce (patch)
tree8fc52689a38d1948b389b8141163a02405ea770f /BoardConfig.mk
parent65aabd34d9571ae07636d1d116895f12899c953e (diff)
downloaddevice_samsung_espresso3g-012c859915fb878d33a09a011581a4c12c68fdce.zip
device_samsung_espresso3g-012c859915fb878d33a09a011581a4c12c68fdce.tar.gz
device_samsung_espresso3g-012c859915fb878d33a09a011581a4c12c68fdce.tar.bz2
P5100: move some more parts to espresso-common (4/5)
- we share one kernel source - get rid of BoardConfigCommon.mk in p3100/p5100 trees - get rid of p31xx/p51xx-common.mk - move common proprietary list Change-Id: Id6e770e58ec0c1939a69443ce1e0008c03a1c51d
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