1*59ea089dSBitterblue Smith# SPDX-License-Identifier: GPL-2.0 2*59ea089dSBitterblue Smithrtl8192du-objs := \ 3*59ea089dSBitterblue Smith dm.o \ 4*59ea089dSBitterblue Smith fw.o \ 5*59ea089dSBitterblue Smith hw.o \ 6*59ea089dSBitterblue Smith led.o \ 7*59ea089dSBitterblue Smith phy.o \ 8*59ea089dSBitterblue Smith rf.o \ 9*59ea089dSBitterblue Smith sw.o \ 10*59ea089dSBitterblue Smith table.o \ 11*59ea089dSBitterblue Smith trx.o 12*59ea089dSBitterblue Smith 13*59ea089dSBitterblue Smithobj-$(CONFIG_RTL8192DU) += rtl8192du.o 14