mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08:00
c1017a4cdb
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
10 lines
199 B
Makefile
10 lines
199 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-ad1816a-objs := ad1816a.o ad1816a_lib.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_AD1816A) += snd-ad1816a.o
|