From 012c859915fb878d33a09a011581a4c12c68fdce Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Tue, 22 Dec 2015 13:55:05 +0100 Subject: 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 --- BoardConfig.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'BoardConfig.mk') 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 -- cgit v1.1