Makefile 446 B

12345678910111213
  1. # Makefile for the kernel cdrom device drivers.
  2. #
  3. # 30 Jan 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
  4. # Rewritten to use lists instead of if-statements.
  5. # Each configuration option enables a list of files.
  6. obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o
  7. obj-$(CONFIG_BLK_DEV_SR) += cdrom.o
  8. obj-$(CONFIG_PARIDE_PCD) += cdrom.o
  9. obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o
  10. obj-$(CONFIG_GDROM) += gdrom.o cdrom.o