/drivers/staging/winbond/Makefile
Makefile | 15 lines | 10 code | 5 blank | 0 comment | 0 complexity | a17533d474495e1d30337598703be7ec MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1w35und-y := \ 2 mds.o \ 3 mto.o \ 4 phy_calibration.o \ 5 reg.o \ 6 wb35reg.o \ 7 wb35rx.o \ 8 wb35tx.o \ 9 wbusb.o \ 10 11 12obj-$(CONFIG_W35UND) += w35und.o 13 14 15