mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
ede5bab874
An example of creating a loadable module to add CoreSight configurations into a system. In the Kernel samples/coresight directory. Signed-off-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20211124200038.28662-5-mike.leach@linaro.org Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
5 lines
159 B
Makefile
5 lines
159 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight-cfg-sample.o
|
|
ccflags-y += -I$(srctree)/drivers/hwtracing/coresight
|