git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
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
|