mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-21 09:12:05 +00:00
Add a debugFS root folder for Sparx5 and add a vcap folder underneath with the VCAP instances and the ports Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
233 B
Makefile
11 lines
233 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Microchip VCAP API
|
|
#
|
|
|
|
obj-$(CONFIG_VCAP) += vcap.o
|
|
obj-$(CONFIG_VCAP_KUNIT_TEST) += vcap_model_kunit.o
|
|
vcap-$(CONFIG_DEBUG_FS) += vcap_api_debugfs.o
|
|
|
|
vcap-y += vcap_api.o
|