diff mbox

[1/4] ALSA: madifx - Makefile entries for RME MADI FX

Message ID 1439051017-15401-2-git-send-email-adi@drcomp.erfurt.thur.de (mailing list archive)
State New, archived
Headers show

Commit Message

Adrian Knoth Aug. 8, 2015, 4:23 p.m. UTC
Add Makefile entries for RME MADI FX cards.

Signed-off-by: Adrian Knoth <aknoth@google.com>

Comments

Takashi Iwai Aug. 10, 2015, 8:33 a.m. UTC | #1
On Sat, 08 Aug 2015 18:23:34 +0200,
Adrian Knoth wrote:
> 
> Add Makefile entries for RME MADI FX cards.
> 
> Signed-off-by: Adrian Knoth <aknoth@google.com>

Please put this one at the last.  In this way, the bisectionability is
kept.


Takashi

> 
> diff --git a/sound/pci/rme9652/Makefile b/sound/pci/rme9652/Makefile
> index dcba560..e483dce 100644
> --- a/sound/pci/rme9652/Makefile
> +++ b/sound/pci/rme9652/Makefile
> @@ -6,8 +6,10 @@
>  snd-rme9652-objs := rme9652.o
>  snd-hdsp-objs := hdsp.o
>  snd-hdspm-objs := hdspm.o
> +snd-madifx-objs := madifx.o
>  
>  # Toplevel Module Dependency
>  obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
>  obj-$(CONFIG_SND_HDSP) += snd-hdsp.o
>  obj-$(CONFIG_SND_HDSPM) +=snd-hdspm.o
> +obj-$(CONFIG_SND_MADIFX) +=snd-madifx.o
> -- 
> 2.1.0
>
diff mbox

Patch

diff --git a/sound/pci/rme9652/Makefile b/sound/pci/rme9652/Makefile
index dcba560..e483dce 100644
--- a/sound/pci/rme9652/Makefile
+++ b/sound/pci/rme9652/Makefile
@@ -6,8 +6,10 @@ 
 snd-rme9652-objs := rme9652.o
 snd-hdsp-objs := hdsp.o
 snd-hdspm-objs := hdspm.o
+snd-madifx-objs := madifx.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
 obj-$(CONFIG_SND_HDSP) += snd-hdsp.o
 obj-$(CONFIG_SND_HDSPM) +=snd-hdspm.o
+obj-$(CONFIG_SND_MADIFX) +=snd-madifx.o