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>
12 lines
264 B
Makefile
12 lines
264 B
Makefile
#
|
|
# Tegra SOC HWPM Common sources
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
nvhwpm-common-objs += common/allowlist.o
|
|
nvhwpm-common-objs += common/aperture.o
|
|
nvhwpm-common-objs += common/ip.o
|
|
nvhwpm-common-objs += common/resource.o
|
|
nvhwpm-common-objs += common/init.o
|