mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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>
5 lines
242 B
Makefile
5 lines
242 B
Makefile
ccflags-y += -I$(srctree)/drivers/devfreq
|
|
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_ACTIVE) += governor_wmark_active.o
|