mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 13:02:35 -04:00
Add the GAUDI code to initialize the ASIC's profiler. The profile receives its initialization values from the user, same as in Goya, but the code to initialize is in the driver because the configuration space of the device is not directly exposed to the user. Signed-off-by: Omer Shpigelman <oshpigelman@habana.ai> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
6 lines
172 B
Makefile
6 lines
172 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
subdir-ccflags-y += -I$(src)
|
|
|
|
HL_GAUDI_FILES := gaudi/gaudi.o gaudi/gaudi_hwmgr.o gaudi/gaudi_security.o \
|
|
gaudi/gaudi_coresight.o
|