diff options
Diffstat (limited to 'sound/drivers/pcsp/Makefile')
-rw-r--r-- | sound/drivers/pcsp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/drivers/pcsp/Makefile b/sound/drivers/pcsp/Makefile new file mode 100644 index 000000000..77dc0ee1b --- /dev/null +++ b/sound/drivers/pcsp/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +snd-pcsp-objs := pcsp.o pcsp_lib.o pcsp_mixer.o pcsp_input.o +obj-$(CONFIG_SND_PCSP) += snd-pcsp.o |