diff options
Diffstat (limited to 'sound/pci/asihpi/Makefile')
-rw-r--r-- | sound/pci/asihpi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/asihpi/Makefile b/sound/pci/asihpi/Makefile new file mode 100644 index 000000000000..391830a4556c --- /dev/null +++ b/sound/pci/asihpi/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\ | ||
2 | hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\ | ||
3 | hpios.o hpi6000.o hpi6205.o hpimsgx.o | ||
4 | |||
5 | obj-$(CONFIG_SND_ASIHPI) += snd-asihpi.o | ||