diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 15:35:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:40:28 -0400 |
commit | ccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd (patch) | |
tree | f33391cf2efe9038c13b88ca4049317728a7ebf0 /drivers/media/pci/ngene | |
parent | 3785bc170f79ef04129731582b468c28e1326d6d (diff) |
[media] common: move media/common/tuners to media/tuners
Move the tuners one level up, as the "common" directory will be used
by drivers that are shared between more than one driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/ngene')
-rw-r--r-- | drivers/media/pci/ngene/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/ngene/Makefile b/drivers/media/pci/ngene/Makefile index 63997089f9d1..5c0b5d6b9d69 100644 --- a/drivers/media/pci/ngene/Makefile +++ b/drivers/media/pci/ngene/Makefile | |||
@@ -8,7 +8,7 @@ obj-$(CONFIG_DVB_NGENE) += ngene.o | |||
8 | 8 | ||
9 | ccflags-y += -Idrivers/media/dvb-core/ | 9 | ccflags-y += -Idrivers/media/dvb-core/ |
10 | ccflags-y += -Idrivers/media/dvb-frontends/ | 10 | ccflags-y += -Idrivers/media/dvb-frontends/ |
11 | ccflags-y += -Idrivers/media/common/tuners/ | 11 | ccflags-y += -Idrivers/media/tuners/ |
12 | 12 | ||
13 | # For the staging CI driver cxd2099 | 13 | # For the staging CI driver cxd2099 |
14 | ccflags-y += -Idrivers/staging/media/cxd2099/ | 14 | ccflags-y += -Idrivers/staging/media/cxd2099/ |