Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / cdrom / Makefile
CommitLineData
1da177e4
LT
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
6# Each configuration option enables a list of files.
7
8obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o
9obj-$(CONFIG_BLK_DEV_SR) += cdrom.o
10obj-$(CONFIG_PARIDE_PCD) += cdrom.o
11obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o
12
74ee1a75 13obj-$(CONFIG_GDROM) += gdrom.o cdrom.o
This page took 1.021071 seconds and 5 git commands to generate.