summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 14:07:05 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 14:07:05 +0200
commit9911a4f7283c2c743e9a99b19f85c2ca92df8038 (patch)
tree0e704443e6ea54d4a574cea9e95283c4fb57111f
parentdec88f8da8a95f914dd0c6d97d4b595e662444da (diff)
downloaddevice_samsung_p5100-9911a4f7283c2c743e9a99b19f85c2ca92df8038.zip
device_samsung_p5100-9911a4f7283c2c743e9a99b19f85c2ca92df8038.tar.gz
device_samsung_p5100-9911a4f7283c2c743e9a99b19f85c2ca92df8038.tar.bz2
derp
-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)