mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-23 01:35:10 +03:00
HWPM files are copied from the previous source in linux-nvidia repo withgit history. Create folders and move files to obtain expected folder structure. Bug 3787076 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com>
23 lines
645 B
Makefile
23 lines
645 B
Makefile
#
|
|
# Tegra SOC HWPM Linux Sources
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
nvhwpm-linux-objs += os/linux/aperture_utils.o
|
|
nvhwpm-linux-objs += os/linux/clk_rst_utils.o
|
|
nvhwpm-linux-objs += os/linux/driver.o
|
|
nvhwpm-linux-objs += os/linux/io_utils.o
|
|
nvhwpm-linux-objs += os/linux/ip_utils.o
|
|
nvhwpm-linux-objs += os/linux/ioctl.o
|
|
nvhwpm-linux-objs += os/linux/kmem.o
|
|
nvhwpm-linux-objs += os/linux/log.o
|
|
nvhwpm-linux-objs += os/linux/mem_mgmt_utils.o
|
|
nvhwpm-linux-objs += os/linux/regops_utils.o
|
|
nvhwpm-linux-objs += os/linux/timers.o
|
|
nvhwpm-linux-objs += os/linux/soc_utils.o
|
|
|
|
ifeq ($(CONFIG_DEBUG_FS),y)
|
|
nvhwpm-linux-objs += os/linux/debugfs.o
|
|
endif
|