summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk3
-rw-r--r--p5100.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c9eb02a..1e36c00 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -25,6 +25,3 @@ TARGET_KERNEL_CONFIG := cyanogenmod_p5100_defconfig
# assert
TARGET_OTA_ASSERT_DEVICE := p5100,GT-P5100
-
-# Use the non-open-source parts, if they're present
--include vendor/samsung/p51xx/p5100-vendor-blobs.mk
diff --git a/p5100.mk b/p5100.mk
index a26bb0b..f49eb13 100644
--- a/p5100.mk
+++ b/p5100.mk
@@ -26,3 +26,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.ril_class=Smdk4210RIL \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0
+
+# Use the non-open-source parts, if they're present
+$(call inherit-product, vendor/samsung/p51xx/p5100-vendor.mk)