mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
devfreq: add core kernel directory to include path
Add include path pointing to core kernel repository in order for the drivers to include "governor.h" and possibly other local header files from there. Bug 2246029 Change-Id: Ic4e31e51c6ef6fa8b2f9ef6ce19e4ae87f90a1f3 Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1774215 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
294c447b83
commit
7641694f0a
@@ -1,3 +1,4 @@
|
|||||||
|
ccflags-y += -I$(srctree)/drivers/devfreq
|
||||||
obj-$(CONFIG_DEVFREQ_GOV_POD_SCALING) += governor_pod_scaling.o
|
obj-$(CONFIG_DEVFREQ_GOV_POD_SCALING) += governor_pod_scaling.o
|
||||||
obj-$(CONFIG_DEVFREQ_GOV_WMARK_SIMPLE) += governor_wmark_simple.o
|
obj-$(CONFIG_DEVFREQ_GOV_WMARK_SIMPLE) += governor_wmark_simple.o
|
||||||
obj-$(CONFIG_DEVFREQ_GOV_WMARK_ACTIVE) += governor_wmark_active.o
|
obj-$(CONFIG_DEVFREQ_GOV_WMARK_ACTIVE) += governor_wmark_active.o
|
||||||
|
|||||||
Reference in New Issue
Block a user