xref: /wlan-driver/platform/cnss_genl/Makefile (revision 5113495b16420b49004c444715d2daae2066e7dc)
1# SPDX-License-Identifier: GPL-2.0-only
2
3ifeq ($(CONFIG_CNSS_OUT_OF_TREE),y)
4ccflags-y += -I$(WLAN_PLATFORM_ROOT)/inc
5endif
6
7obj-$(CONFIG_CNSS_GENL) := cnss_nl.o
8