diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/media/dvb/frontends/Makefile |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | drivers/media/dvb/frontends/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile new file mode 100644 index 000000000000..7f8784870eab --- /dev/null +++ b/drivers/media/dvb/frontends/Makefile | |||
@@ -0,0 +1,30 @@ | |||
1 | # | ||
2 | # Makefile for the kernel DVB frontend device drivers. | ||
3 | # | ||
4 | |||
5 | EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ | ||
6 | |||
7 | obj-$(CONFIG_DVB_CORE) += dvb-pll.o | ||
8 | obj-$(CONFIG_DVB_STV0299) += stv0299.o | ||
9 | obj-$(CONFIG_DVB_SP8870) += sp8870.o | ||
10 | obj-$(CONFIG_DVB_CX22700) += cx22700.o | ||
11 | obj-$(CONFIG_DVB_ATMEL_AT76C651) += at76c651.o | ||
12 | obj-$(CONFIG_DVB_CX24110) += cx24110.o | ||
13 | obj-$(CONFIG_DVB_TDA8083) += tda8083.o | ||
14 | obj-$(CONFIG_DVB_L64781) += l64781.o | ||
15 | obj-$(CONFIG_DVB_DIB3000MB) += dib3000mb.o dib3000-common.o | ||
16 | obj-$(CONFIG_DVB_DIB3000MC) += dib3000mc.o dib3000-common.o | ||
17 | obj-$(CONFIG_DVB_MT312) += mt312.o | ||
18 | obj-$(CONFIG_DVB_VES1820) += ves1820.o | ||
19 | obj-$(CONFIG_DVB_VES1X93) += ves1x93.o | ||
20 | obj-$(CONFIG_DVB_TDA1004X) += tda1004x.o | ||
21 | obj-$(CONFIG_DVB_SP887X) += sp887x.o | ||
22 | obj-$(CONFIG_DVB_NXT6000) += nxt6000.o | ||
23 | obj-$(CONFIG_DVB_MT352) += mt352.o | ||
24 | obj-$(CONFIG_DVB_CX22702) += cx22702.o | ||
25 | obj-$(CONFIG_DVB_TDA80XX) += tda80xx.o | ||
26 | obj-$(CONFIG_DVB_TDA10021) += tda10021.o | ||
27 | obj-$(CONFIG_DVB_STV0297) += stv0297.o | ||
28 | obj-$(CONFIG_DVB_NXT2002) += nxt2002.o | ||
29 | obj-$(CONFIG_DVB_OR51211) += or51211.o | ||
30 | obj-$(CONFIG_DVB_OR51132) += or51132.o | ||