Makefile 409 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for ALSA
  4. # Copyright (c) 2001 by Jaroslav Kysela <[email protected]>
  5. #
  6. snd-i2c-objs := i2c.o
  7. snd-cs8427-objs := cs8427.o
  8. snd-tea6330t-objs := tea6330t.o
  9. obj-$(CONFIG_SND) += other/
  10. # Toplevel Module Dependency
  11. obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
  12. obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
  13. obj-$(CONFIG_SND_ICE1724) += snd-i2c.o