Makefile 483 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for ALSA
  4. # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  5. #
  6. snd-opti92x-ad1848-objs := opti92x-ad1848.o
  7. snd-opti92x-cs4231-objs := opti92x-cs4231.o
  8. snd-opti93x-objs := opti93x.o
  9. snd-miro-objs := miro.o
  10. # Toplevel Module Dependency
  11. obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
  12. obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
  13. obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
  14. obj-$(CONFIG_SND_MIRO) += snd-miro.o