mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-13 08:06:58 +00:00
13 lines
264 B
Makefile
13 lines
264 B
Makefile
![]() |
#
|
||
|
# Makefile for ALSA
|
||
|
#
|
||
|
|
||
|
snd-usb-audio-objs := usbaudio.o usbmixer.o
|
||
|
snd-usb-lib-objs := usbmidi.o
|
||
|
|
||
|
# Toplevel Module Dependency
|
||
|
obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o
|
||
|
obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o
|
||
|
|
||
|
obj-$(CONFIG_SND) += usx2y/
|