xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/Makefile (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
1# SPDX-License-Identifier: GPL-2.0
2rtl8192ee-objs :=		\
3		dm.o		\
4		fw.o		\
5		hw.o		\
6		led.o		\
7		phy.o		\
8		pwrseq.o	\
9		rf.o		\
10		sw.o		\
11		table.o		\
12		trx.o		\
13
14
15obj-$(CONFIG_RTL8192EE) += rtl8192ee.o
16