Makefile 228 B

12345678910
  1. #
  2. # Makefile for ALSA
  3. # Copyright (c) 2001 by Jaroslav Kysela <[email protected]>
  4. #
  5. snd-azt1605-objs := azt1605.o
  6. snd-azt2316-objs := azt2316.o
  7. obj-$(CONFIG_SND_AZT1605) += snd-azt1605.o
  8. obj-$(CONFIG_SND_AZT2316) += snd-azt2316.o