6 Commits

Author SHA1 Message Date
Mauro Carvalho Chehab
ae12a359f6 Makefile: fix dvbv3/dvbv5 output
Changeset 3ccfafaa52 ("Improve Makefile to avoid "Argument list too long" error")
fixed one issue, but broke dvbv3 output.

It seems that dvbv5 output was broke since... forever. So, fix it too.

Fixes: 3ccfafaa52 ("Improve Makefile to avoid "Argument list too long" error")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-08-12 09:32:17 -03:00
James Le Cuirot
3ccfafaa52 Improve Makefile to avoid "Argument list too long" error
I wouldn't expect a foreach loop to be prone to this issue but it's
not the right way to write a Makefile anyway.

Note that conversion failures are now fatal and the dvb-t/ke-Nairobi
file is failing to convert at the moment.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-08-12 09:03:37 -03:00
Mauro Carvalho Chehab
88beb7703b Add targets to install the files at the system
In order to be easier to package the scan tables, add
some targets to install the files, and add the instructions
about how to use it at the README file.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09 20:15:55 +02:00
Mauro Carvalho Chehab
90c7280862 Fix the Makefile to do the right thing after the conversion
Now that the tables got converted, rewrite it to generate
DVBv3 from the DVBv5 channels, and to generate DVBv5 again
from DVBv3, for testing purposes.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05 15:55:10 -03:00
Mauro Carvalho Chehab
78988921cd Makefile: Add support to convert from DVBv5 to DVBv3
That does the conversion from a previously generated DVBv5
directory back to DVBv3.

This is useful to check if dvb-fe-convert is doing the right
thing.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04 22:53:32 -03:00
Jonathan McCrohan
a5a55e789f Add Makefile to convert DVBv3 files to DVBv5
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-09-04 22:52:53 -03:00