mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 11:26:09 +07:00
9 lines
212 B
Makefile
9 lines
212 B
Makefile
|
#
|
||
|
# Makefile for ALSA
|
||
|
# Copyright (c) 2004 by Jaroslav Kysela <perex@suse.cz>
|
||
|
#
|
||
|
|
||
|
snd-pdaudiocf-objs := pdaudiocf.o pdaudiocf_core.o pdaudiocf_irq.o pdaudiocf_pcm.o
|
||
|
|
||
|
obj-$(CONFIG_SND_PDAUDIOCF) += snd-pdaudiocf.o
|