android_kernel_xiaomi_sm8350/drivers/net/wireless/cnss/logger/Makefile
Paul Zhang bb06fdbcd0 net: cnss: add snapshot of cnss platform driver
This is a snapshot of the CNSS driver and associated files as of
msm-4.14 commit b56fde2f9abd44
("cnss: Add cnss driver to msm-4.14").

Add Kconfig dependency.
Comment obsolete codes to fix some compiler issues.

Change-Id: I89bf0a85b086c7482609b331273d9eaf2fb66648
Signed-off-by: Paul Zhang <paulz@codeaurora.org>
2021-01-26 18:00:23 -08:00

12 lines
190 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for cnss logger
#
obj-$(CONFIG_CNSS_LOGGER) += logger.o
logger-y += main.o \
nl_service.o
logger-$(CONFIG_DEBUG_FS) += debugfs.o