Makefile 376 B

1234567891011121314
  1. # Makefile for the Linux sound card driver
  2. #
  3. obj-$(CONFIG_SOUND) += soundcore.o
  4. obj-$(CONFIG_SOUND_PRIME) += oss/
  5. obj-$(CONFIG_DMASOUND) += oss/
  6. obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
  7. obj-$(CONFIG_SND_AOA) += aoa/
  8. ifeq ($(CONFIG_SND),y)
  9. obj-y += last.o
  10. endif
  11. soundcore-objs := sound_core.o sound_firmware.o