mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
8 lines
160 B
Makefile
8 lines
160 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-vx222-objs := vx222.o vx222_ops.o
|
|
|
|
obj-$(CONFIG_SND_VX222) += snd-vx222.o
|