summaryrefslogtreecommitdiffstats
path: root/omap4.mk
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2012-07-25 14:52:47 -0500
committerDaniel Levin <dendy@ti.com>2012-11-20 18:29:46 +0200
commit313582ef319353f3436543f0e9b9235fa5fb7856 (patch)
tree3ae98cbf0afe41e5a3d4fbd94f02b6b925d707ca /omap4.mk
parentc7a625e6dbe9011d583e0322ce8d061c541b1604 (diff)
downloadhardware_ti_omap4-313582ef319353f3436543f0e9b9235fa5fb7856.zip
hardware_ti_omap4-313582ef319353f3436543f0e9b9235fa5fb7856.tar.gz
hardware_ti_omap4-313582ef319353f3436543f0e9b9235fa5fb7856.tar.bz2
OMAP5: Make a common make file and create omap5.mk
Make a common make file for all common components. Then create an omap5.mk file for omap5 specific includes. This will allow the common components to be included an then platform or product differentiation to occur for the specific OMAP. Currently the only difference when this patch was made was the module name. Also includes changes: Icb4d794e82a87585024eee1145f3eab9dc8675f5 Change-Id: I3abc9213b5bf372ce11a5e61fa2aa4d539c9c22f Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Andrii Beregovenko <a.beregovenko@ti.com> Signed-off-by: Daniel Levin <dendy@ti.com>
Diffstat (limited to 'omap4.mk')
-rw-r--r--omap4.mk25
1 files changed, 5 insertions, 20 deletions
diff --git a/omap4.mk b/omap4.mk
index 8bef517..436c172 100644
--- a/omap4.mk
+++ b/omap4.mk
@@ -15,25 +15,10 @@
# This file lists the modules that are specific to OMAP4 but are used by
# all OMAP4 devices.
-PRODUCT_PACKAGES := \
- libdomx \
- libOMX_Core \
- libOMX.TI.DUCATI1.VIDEO.H264E \
- libOMX.TI.DUCATI1.VIDEO.MPEG4E \
- libOMX.TI.DUCATI1.VIDEO.DECODER \
- libOMX.TI.DUCATI1.VIDEO.DECODER.secure \
- libOMX.TI.DUCATI1.VIDEO.CAMERA \
- libOMX.TI.DUCATI1.MISC.SAMPLE \
- libstagefrighthw \
- libI420colorconvert \
- libtiutils \
- libcamera \
- libion_ti \
- camera.omap4 \
- libomxcameraadapter \
- hwcomposer.omap4 \
- smc_pa_ctrl \
- tf_daemon \
- libtf_crypto_sst
+PRODUCT_PACKAGES += \
+ camera.omap4 \
+ hwcomposer.omap4
PRODUCT_VENDOR_KERNEL_HEADERS := hardware/ti/omap4xxx/kernel-headers
+
+$(call inherit-product, hardware/ti/omap4xxx/common.mk)