blob: a95566ff47d30043994642901b6341cc8bb78ec1 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2# Makefile for the kernel cdrom device drivers.
3#
4# 30 Jan 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
5# Rewritten to use lists instead of if-statements.
6
7# Each configuration option enables a list of files.
8
9obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o
10obj-$(CONFIG_BLK_DEV_SR) += cdrom.o
11obj-$(CONFIG_PARIDE_PCD) += cdrom.o
12obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o
13
14obj-$(CONFIG_GDROM) += gdrom.o cdrom.o