mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 18:46:45 +07:00
6 lines
195 B
Makefile
6 lines
195 B
Makefile
|
snd-oxygen-lib-objs := oxygen_io.o oxygen_lib.o oxygen_mixer.o oxygen_pcm.o
|
||
|
snd-oxygen-objs := oxygen.o
|
||
|
|
||
|
obj-$(CONFIG_SND_OXYGEN_LIB) += snd-oxygen-lib.o
|
||
|
obj-$(CONFIG_SND_OXYGEN) += snd-oxygen.o
|