diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-05-09 19:18:36 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-05-15 17:07:00 +0200 |
commit | 020c5260c2b16469b99c65c37982b4be4c435b56 (patch) | |
tree | a4a687f6fff7e7a37f1b43a2d9eea7cc19a104b7 /sound/atmel/Makefile | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
ALSA: atmel: Remove AVR32 bits from the driver
AVR32 is gone. Now it's time to clean up the driver by removing
leftovers that was used by AVR32 related code.
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/atmel/Makefile')
-rw-r--r-- | sound/atmel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/atmel/Makefile b/sound/atmel/Makefile index 219dcfac6086..d4009d1430ed 100644 --- a/sound/atmel/Makefile +++ b/sound/atmel/Makefile @@ -1,5 +1,3 @@ -snd-atmel-abdac-objs := abdac.o snd-atmel-ac97c-objs := ac97c.o -obj-$(CONFIG_SND_ATMEL_ABDAC) += snd-atmel-abdac.o obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o |