1c9da1ac1SSteen Hegelund# SPDX-License-Identifier: GPL-2.0-only 2c9da1ac1SSteen Hegelund# 3c9da1ac1SSteen Hegelund# Makefile for the Microchip VCAP API 4c9da1ac1SSteen Hegelund# 5c9da1ac1SSteen Hegelund 6c9da1ac1SSteen Hegelundobj-$(CONFIG_VCAP) += vcap.o 75d7e5b04SSteen Hegelundobj-$(CONFIG_VCAP_KUNIT_TEST) += vcap_model_kunit.o 8*e0305cc1SSteen Hegelundvcap-$(CONFIG_DEBUG_FS) += vcap_api_debugfs.o 9c9da1ac1SSteen Hegelund 10c9da1ac1SSteen Hegelundvcap-y += vcap_api.o 11