diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-07 04:58:49 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-07 05:03:03 -0500 |
commit | e61591875b7b626085c079499ac1c4663bfe510e (patch) | |
tree | 8480d3a8cec296879e1ceae0a815040962e5987b /drivers/media/dvb-frontends | |
parent | 9dbaad428d692815f01cda36dc6ae8ae0a4e8bf4 (diff) |
media: cxd2880: Makefile: remove an include
It is not needed anymore to include the dvb-core directory,
as all the public headers that used to be there was moved
to include/media.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/cxd2880/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cxd2880/Makefile b/drivers/media/dvb-frontends/cxd2880/Makefile index 65a5d37f28cc..c6baa4caba19 100644 --- a/drivers/media/dvb-frontends/cxd2880/Makefile +++ b/drivers/media/dvb-frontends/cxd2880/Makefile @@ -15,5 +15,4 @@ cxd2880-objs := cxd2880_common.o \ obj-$(CONFIG_DVB_CXD2880) += cxd2880.o -ccflags-y += -Idrivers/media/dvb-core ccflags-y += -Idrivers/media/dvb-frontends |