mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-ad1848-objs := ad1848.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_AD1848) += snd-ad1848.o
|
|
|