xref: /openbmc/linux/sound/pci/nm256/Makefile (revision 7a846d3c43b0b6d04300be9ba666b102b57a391a)
1#
2# Makefile for ALSA
3# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4#
5
6snd-nm256-objs := nm256.o
7
8# Toplevel Module Dependency
9obj-$(CONFIG_SND_NM256) += snd-nm256.o
10