00a4e3d9f8
Modules: AD1816A driver Merge ad1816a-lib module to ad1816. There is no more reason to split. Signed-off-by: Takashi Iwai <tiwai@suse.de>
10 lines
198 B
Makefile
10 lines
198 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
|
#
|
|
|
|
snd-ad1816a-objs := ad1816a.o ad1816a_lib.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_AD1816A) += snd-ad1816a.o
|