c05564c4d8
Android 13
9 lines
128 B
Makefile
Executable file
9 lines
128 B
Makefile
Executable file
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
snd-harmony-objs := harmony.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_HARMONY) += snd-harmony.o
|