summaryrefslogtreecommitdiff
path: root/drivers/cdrom/Makefile
blob: d1d1e5a4be73b846dc9df2a5efde9fcf1928405c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Makefile for the kernel cdrom device drivers.
#
# 30 Jan 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
# Rewritten to use lists instead of if-statements.

# Each configuration option enables a list of files.

obj-$(CONFIG_BLK_DEV_IDECD)	+=              cdrom.o
obj-$(CONFIG_BLK_DEV_SR)	+=              cdrom.o
obj-$(CONFIG_PARIDE_PCD)	+=		cdrom.o
obj-$(CONFIG_CDROM_PKTCDVD)	+=		cdrom.o

obj-$(CONFIG_AZTCD)		+= aztcd.o
obj-$(CONFIG_CDU31A)		+= cdu31a.o     cdrom.o
obj-$(CONFIG_CM206)		+= cm206.o      cdrom.o
obj-$(CONFIG_GSCD)		+= gscd.o
obj-$(CONFIG_ISP16_CDI)		+= isp16.o
obj-$(CONFIG_MCDX)		+= mcdx.o       cdrom.o
obj-$(CONFIG_OPTCD)		+= optcd.o
obj-$(CONFIG_SBPCD)		+= sbpcd.o      cdrom.o
obj-$(CONFIG_SJCD)		+= sjcd.o
obj-$(CONFIG_CDU535)		+= sonycd535.o
obj-$(CONFIG_VIOCD)		+= viocd.o      cdrom.o
ols/perf/scripts/python/export-to-postgresql.py?id=d8d051df9f906232715282cc0570c94273b197bc'>perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter 2019-06-25perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter 2019-06-05perf scripts python: export-to-postgresql.py: Export IPC informationAdrian Hunter 2019-05-28perf scripts python: export-to-postgresql.py: Add support for pyside2Adrian Hunter 2019-03-11perf script python: Add printdate function to SQL exportersTony Jones 2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones 2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter 2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter 2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter 2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter 2018-09-25perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter 2017-08-15perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter 2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter 2016-05-06perf script: Update export-to-postgresql to support callchain exportChris Phlipot 2016-04-19perf script: Fix postgresql ubuntu install instructionsChris Phlipot 2015-09-28perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter 2015-08-21perf tools: Add example call-graph scriptAdrian Hunter