10 Aug
2015
10 Aug
'15
10:33 a.m.
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