From 995bc4be830da40437b797d1ddda1740e124e6b1 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 22 Nov 2005 13:10:32 +0000 Subject: Only install DST module if DST is enabled in the build Signed-off-by: Giuliano A. Montecarlo Signed-off-by: Michael Krufky --- v4l/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v4l/Makefile b/v4l/Makefile index 5a6890c86..2a1014781 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -174,7 +174,10 @@ inst_cx88 := cx8800.ko cx8802.ko cx88-alsa.ko inst_cx88 += cx88-blackbird.ko cx88xx.ko cx88-dvb.ko inst_saa7134 := saa6752hs.ko saa7134.ko saa7134-empress.ko saa7134-dvb.ko inst_em28xx := em28xx.ko -inst_bt8xx := bt878.ko dvb-bt8xx.ko dst.ko dst_ca.ko +inst_bt8xx := bt878.ko dvb-bt8xx.ko +ifeq ($(CONFIG_DVB_BT8XX_DST),m) + inst_bt8xx += dst.ko dst_ca.ko +endif inst_frontends := cx22702.ko dvb-pll.ko lgdt330x.ko or51132.ko tda1004x.ko inst_frontends += mt352.ko sp887x.ko nxt6000.ko cx24110.ko or51211.ko inst_frontends += nxt200x.ko cx24123.ko -- cgit v1.2.3