mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 14:24:18 +08:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
|
#
|
||
|
# Makefile for ALSA
|
||
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
||
|
#
|
||
|
|
||
|
snd-vx222-objs := vx222.o vx222_ops.o
|
||
|
|
||
|
obj-$(CONFIG_SND_VX222) += snd-vx222.o
|