mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 16:58:04 -04:00
8 lines
182 B
Makefile
8 lines
182 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-vxpocket-objs := vxpocket.o vxp_ops.o vxp_mixer.o
|
|
|
|
obj-$(CONFIG_SND_VXPOCKET) += snd-vxpocket.o
|