X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=sound%2Fisa%2Fgalaxy%2FMakefile;fp=sound%2Fisa%2Fgalaxy%2FMakefile;h=e307066d431521367d4e6b94808156c14d748b87;hp=0000000000000000000000000000000000000000;hb=495311927ffbe3604e915aeafdf03325e9925b9d;hpb=f6cec0ae58c17522a7bc4e2f39dae19f199ab534 diff --git a/sound/isa/galaxy/Makefile b/sound/isa/galaxy/Makefile new file mode 100644 index 000000000000..e307066d4315 --- /dev/null +++ b/sound/isa/galaxy/Makefile @@ -0,0 +1,10 @@ +# +# Makefile for ALSA +# Copyright (c) 2001 by Jaroslav Kysela +# + +snd-azt1605-objs := azt1605.o +snd-azt2316-objs := azt2316.o + +obj-$(CONFIG_SND_AZT1605) += snd-azt1605.o +obj-$(CONFIG_SND_AZT2316) += snd-azt2316.o