6d00a31279
Documentation,PCMCIA Kconfig,Digigram VX Pocket driver - Fixed Oops with request_firmware() - Detect the card type in runtime (vxpoocket v2 or 440) - snd-vxp440 driver is merged to snd-vxpocket - Clean up the code Signed-off-by: Takashi Iwai <tiwai@suse.de>
8 lines
181 B
Makefile
8 lines
181 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
|
#
|
|
|
|
snd-vxpocket-objs := vxpocket.o vxp_ops.o vxp_mixer.o
|
|
|
|
obj-$(CONFIG_SND_VXPOCKET) += snd-vxpocket.o
|