Sign in
android-kvm
/
linux
/
c1d6105869464635d8a2bcf87a43c05f4c0cfca4
/
.
/
drivers
/
net
/
ethernet
/
microchip
/
vcap
/
Makefile
blob: 0adb8f5a8735aad446b3783a490243cee7437891 [
file
] [
log
] [
blame
]
# 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