summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-09-07 22:18:07 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-09-07 22:18:07 +0200
commitc08fc8c8531d4acdab11c6b612642d96398d3c77 (patch)
tree7e24b8207104669edfebd5fadc3a3a4c68b4a331 /common.mk
parent918238b84247c5e1eb4e1e521b762167647af27b (diff)
downloaddevice_samsung_smdk4412-common-c08fc8c8531d4acdab11c6b612642d96398d3c77.zip
device_samsung_smdk4412-common-c08fc8c8531d4acdab11c6b612642d96398d3c77.tar.gz
device_samsung_smdk4412-common-c08fc8c8531d4acdab11c6b612642d96398d3c77.tar.bz2
smdk4412: require vendor
Change-Id: Idca65628efac769225b75e3873cd9f9169d59d64
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index bc7d3f2..705f69d 100644
--- a/common.mk
+++ b/common.mk
@@ -164,5 +164,5 @@ TARGET_HAL_PATH := hardware/samsung/exynos4/hal
TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax
$(call inherit-product, hardware/samsung/exynos4x12.mk)
-# Include non-opensource parts if available
-$(call inherit-product-if-exists, vendor/samsung/smdk4412-common/common-vendor.mk)
+# Include non-opensource parts
+$(call inherit-product, vendor/samsung/smdk4412-common/common-vendor.mk)