mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
9 lines
217 B
Makefile
9 lines
217 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-trident-objs := trident.o trident_main.o trident_memory.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
|