aboutsummaryrefslogtreecommitdiffstats
path: root/util/lsdvb/Makefile
blob: 1e94162f0de8e481725bfb20cbd4029003722c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for linuxtv.org dvb-apps/util/lsdvb

binaries = lsdvb

inst_bin = $(binaries)

.PHONY: all

all: $(binaries)

include ../../Make.rules
td>Add missing satellitesMauro Carvalho Chehab219-2/+61017 The entries for those satellites were obtained from www.lyngsat.com via script. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>