diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-28 16:59:12 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 20:03:45 +0100 |
commit | 14ff6a094815988b018ea4d698c2e2cc3ceee27c (patch) | |
tree | 958e9fbff9372504d75f84fb1e03354f037973df /sound/firewire/dice/Makefile | |
parent | ALSA: dice: Rename structure and its members (diff) | |
download | linux-14ff6a094815988b018ea4d698c2e2cc3ceee27c.tar.xz linux-14ff6a094815988b018ea4d698c2e2cc3ceee27c.zip |
ALSA: dice: Move file to its own directory
In followed commits, dice driver is split into several files. For easily
managing these files, this commit adds subdirectory and move file into
the directory.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/Makefile')
-rw-r--r-- | sound/firewire/dice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile new file mode 100644 index 000000000000..af05d7e9119a --- /dev/null +++ b/sound/firewire/dice/Makefile @@ -0,0 +1,2 @@ +snd-dice-objs := dice.o +obj-m += snd-dice.o |