ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / sound / core / ioctl32 / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz>
4 #
5
6 snd-ioctl32-objs := ioctl32.o pcm32.o rawmidi32.o timer32.o hwdep32.o
7 ifneq ($(CONFIG_SND_SEQUENCER),n)
8   snd-ioctl32-objs += seq32.o
9 endif
10
11 obj-$(CONFIG_SND_BIT32_EMUL) += snd-ioctl32.o