summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add targets to install the files at the systemMauro Carvalho Chehab2014-10-091-0/+24
| | | | | | | | 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>
* Fix the Makefile to do the right thing after the conversionMauro Carvalho Chehab2014-09-051-5/+8
| | | | | | | | 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>
* Makefile: Add support to convert from DVBv5 to DVBv3Mauro Carvalho Chehab2014-09-051-2/+13
| | | | | | | | | | 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>
* Add Makefile to convert DVBv3 files to DVBv5Jonathan McCrohan2014-09-051-0/+25
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>