brintos

brintos / linux-shallow public Read only

0
0
Text · 243 B · c86f20e Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the Microchip VCAP API4#5 6obj-$(CONFIG_VCAP) += vcap.o7obj-$(CONFIG_VCAP_KUNIT_TEST) +=  vcap_model_kunit.o8vcap-$(CONFIG_DEBUG_FS) += vcap_api_debugfs.o9 10vcap-y += vcap_api.o vcap_tc.o11