mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
|
#
|
||
|
# Makefile for ALSA
|
||
|
#
|
||
|
|
||
|
snd-uda1341-objs := uda1341.o
|
||
|
|
||
|
# Module Dependency
|
||
|
obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-uda1341.o
|