]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/device-ti-proprietary-open.git/blobdiff - jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/Makefile
proprietary-open: jacinto6: add graphics binaries and kernel module sources
[android-sdk/device-ti-proprietary-open.git] / jacinto6 / sgx_src / eurasia_km / eurasiacon / build / linux2 / omap4430_android / Makefile
index cf143fe46d077b6bd8f71085b41ae6976dbd218b..0d9ba11faad35d2e84e39031cf645f92cdf0eeea 100644 (file)
@@ -67,9 +67,10 @@ endif
 export SGXCORE
 export SGX_CORE_REV
 
-SGX_DYNAMIC_TIMING_INFO := 1
 SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
 
+SGX_DYNAMIC_TIMING_INFO := 1
+
 SUPPORT_LINUX_USING_WORKQUEUES := 1
 
 DISPLAY_CONTROLLER := omaplfb
@@ -101,7 +102,7 @@ ifneq ($(strip $(KERNELDIR)),)
   ifeq ($(call kernel-version-at-least,3,0),true)
    SUPPORT_DC_CMDCOMPLETE_WHEN_NO_LONGER_DISPLAYED := 1
    PVR_ANDROID_NEEDS_ACCUM_SYNC_WORKAROUND := 1
-   SYS_OMAP4_HAS_DVFS_FRAMEWORK := 0
+   SYS_OMAP4_HAS_DVFS_FRAMEWORK := 1
   endif
  endif
 else
@@ -110,7 +111,7 @@ else
   $(warning "Assuming we want DVFS and dsscomp support.")
   SUPPORT_DC_CMDCOMPLETE_WHEN_NO_LONGER_DISPLAYED := 1
   PVR_ANDROID_NEEDS_ACCUM_SYNC_WORKAROUND := 1
-  SYS_OMAP4_HAS_DVFS_FRAMEWORK := 0
+  SYS_OMAP4_HAS_DVFS_FRAMEWORK := 1
  endif
 endif