mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
|