mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-24 18:24:25 +03:00
Move ip_maps specific to t234 to a separate file. This will allow support for multiple chips. Add new member index_mask to hwpm_resource_aperture structure. The index_mask will be used to reserve available IP instances. Jira THWPM-41 Change-Id: Ia20b8d2a176602d8f1d7f077263f66a400c22ee0 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2614690 Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
17 lines
458 B
Makefile
17 lines
458 B
Makefile
#
|
|
# Tegra SOC HWPM
|
|
#
|
|
|
|
GCOV_PROFILE := y
|
|
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/platform/tegra/hwpm/include/regops/t234
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/platform/tegra/hwpm/include/hw/t234
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/platform/tegra/hwpm
|
|
|
|
obj-y += tegra-soc-hwpm.o
|
|
obj-y += tegra-soc-hwpm-io.o
|
|
obj-y += tegra-soc-hwpm-ioctl.o
|
|
obj-y += tegra-soc-hwpm-log.o
|
|
obj-y += tegra-soc-hwpm-ip.o
|
|
obj-$(CONFIG_DEBUG_FS) += tegra-soc-hwpm-debugfs.o
|