Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# 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