linux-surface/kernel/sound/usb/usx2y/Makefile

7 lines
226 B
Makefile
Raw Normal View History

2017-11-06 02:38:20 +00:00
# SPDX-License-Identifier: GPL-2.0
2017-08-10 13:25:24 +00:00
snd-usb-usx2y-objs := usbusx2y.o usX2Yhwdep.o usx2yhwdeppcm.o
snd-usb-us122l-objs := us122l.o
obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-usx2y.o
obj-$(CONFIG_SND_USB_US122L) += snd-usb-us122l.o