1# SPDX-License-Identifier: GPL-2.0 2r8192e_pci-objs := \ 3 r8192E_dev.o \ 4 r8192E_phy.o \ 5 r8192E_firmware.o \ 6 r8192E_cmdpkt.o \ 7 r8192E_hwimg.o \ 8 r8190P_rtl8256.o \ 9 rtl_cam.o \ 10 rtl_core.o \ 11 rtl_dm.o \ 12 rtl_eeprom.o \ 13 rtl_ethtool.o \ 14 rtl_pci.o \ 15 rtl_pm.o \ 16 rtl_ps.o \ 17 rtl_wx.o \ 18 19obj-$(CONFIG_RTL8192E) += r8192e_pci.o 20