summaryrefslogtreecommitdiffstats
path: root/exynos3/s5pc110/Android.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-09-25 21:17:58 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-09-25 22:08:39 +0700
commit5bff9aca163c0602f4f4a47001bc40c6d4f887ba (patch)
treeafe3e9025db88d094b7ad85a16abac61400a0167 /exynos3/s5pc110/Android.mk
parent3c938a7e18ab2e06b3d925fdc99e157ad125f6bb (diff)
downloadhardware_samsung-5bff9aca163c0602f4f4a47001bc40c6d4f887ba.zip
hardware_samsung-5bff9aca163c0602f4f4a47001bc40c6d4f887ba.tar.gz
hardware_samsung-5bff9aca163c0602f4f4a47001bc40c6d4f887ba.tar.bz2
s5pc110: Add Power HAL (userspace CPU boosting)
The majority of this commit is by Steve Kondik for the D2, modified by Daniel Bateman and me. Change-Id: Id6c1a1f0c6b39d5d20a765545526c07ad0fc64f6
Diffstat (limited to 'exynos3/s5pc110/Android.mk')
-rw-r--r--exynos3/s5pc110/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos3/s5pc110/Android.mk b/exynos3/s5pc110/Android.mk
index 5c2775a..56cb24c 100644
--- a/exynos3/s5pc110/Android.mk
+++ b/exynos3/s5pc110/Android.mk
@@ -17,7 +17,7 @@
ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
# audio, camera, sensor and light HALs are device specifc
-s5pc110_dirs := libhwcomposer libs3cjpeg libstagefrighthw sec_mm
+s5pc110_dirs := libhwcomposer libs3cjpeg libstagefrighthw sec_mm power
include $(call all-named-subdir-makefiles,$(s5pc110_dirs))