aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-05 18:50:15 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-05 18:53:26 -0400
commitccc0e3483c2447fd14d4fb9ba2a77da628322815 (patch)
treea3fdba5ca8e3ee2bbd001683135d0ef21f419a06 /drivers/media/video/cx231xx/Makefile
parent355b4b2b5e83986132c77326e2b97780480b8d69 (diff)
[media] move dvb-usb-ids.h to dvb-core
While this header were meant to be used just by dvb-usb driver, it is now being used also by dvb-usb-v2 and cx231xx. So, move it to a better place. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/Makefile')
-rw-r--r--drivers/media/video/cx231xx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/Makefile b/drivers/media/video/cx231xx/Makefile
index b3348975c7c..cb06b022e01 100644
--- a/drivers/media/video/cx231xx/Makefile
+++ b/drivers/media/video/cx231xx/Makefile
@@ -12,5 +12,4 @@ ccflags-y += -Idrivers/media/video
12ccflags-y += -Idrivers/media/common/tuners 12ccflags-y += -Idrivers/media/common/tuners
13ccflags-y += -Idrivers/media/dvb/dvb-core 13ccflags-y += -Idrivers/media/dvb/dvb-core
14ccflags-y += -Idrivers/media/dvb/frontends 14ccflags-y += -Idrivers/media/dvb/frontends
15ccflags-y += -Idrivers/media/dvb/dvb-usb
16 15