diff options
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 6d8ab5bb7..c054ac6d9 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -276,8 +276,6 @@ links:: # @find ../linux/include -name '*.[h]' -type f -exec ln -sf '{}' . \; - @ln -sf ../linux/drivers/media/common/ir-common.c . - install:: rminstall dvb-install @echo -e "\nInstalling new V4L modules at corresponding Kernel dir..." @@ -309,7 +307,7 @@ v4l_install:: rminstall @strip --strip-debug $(inst-m) -install -d $(DEST) - install -m 644 -c $(inst-m) $(DEST) + -install -m 644 -c $(inst-m) $(DEST) /sbin/depmod -a @@ -321,35 +319,35 @@ dvb-install:: dvb-rminstall @strip --strip-debug $(inst-m) - install -d $(KDIR26)/dvb/frontends - install -m 644 -c $(inst_frontends) $(KDIR26)/dvb/frontends + -install -d $(KDIR26)/dvb/frontends + -install -m 644 -c $(inst_frontends) $(KDIR26)/dvb/frontends - install -d $(KDIR26)/dvb/bt8xx - install -m 644 -c $(inst_bt8xx) $(KDIR26)/dvb/bt8xx + -install -d $(KDIR26)/dvb/bt8xx + -install -m 644 -c $(inst_bt8xx) $(KDIR26)/dvb/bt8xx - install -d $(KDIR26)/dvb/dvb-core - install -m 644 -c $(inst_dvb-core) $(KDIR26)/dvb/dvb-core + -install -d $(KDIR26)/dvb/dvb-core + -install -m 644 -c $(inst_dvb-core) $(KDIR26)/dvb/dvb-core - install -d $(KDIR26)/dvb/b2c2 - install -m 644 -c $(inst_b2c2) $(KDIR26)/dvb/b2c2 + -install -d $(KDIR26)/dvb/b2c2 + -install -m 644 -c $(inst_b2c2) $(KDIR26)/dvb/b2c2 - install -d $(KDIR26)/dvb/cinergyT2 - install -m 644 -c $(inst_cinergyT2) $(KDIR26)/dvb/cinergyT2 + -install -d $(KDIR26)/dvb/cinergyT2 + -install -m 644 -c $(inst_cinergyT2) $(KDIR26)/dvb/cinergyT2 - install -d $(KDIR26)/dvb/dvb-usb - install -m 644 -c $(inst_dvb-usb) $(KDIR26)/dvb/dvb-usb + -install -d $(KDIR26)/dvb/dvb-usb + -install -m 644 -c $(inst_dvb-usb) $(KDIR26)/dvb/dvb-usb - install -d $(KDIR26)/dvb/pluto2 - install -m 644 -c $(inst_pluto2) $(KDIR26)/dvb/pluto2 + -install -d $(KDIR26)/dvb/pluto2 + -install -m 644 -c $(inst_pluto2) $(KDIR26)/dvb/pluto2 - install -d $(KDIR26)/dvb/ttpci - install -m 644 -c $(inst_ttpci) $(KDIR26)/dvb/ttpci + -install -d $(KDIR26)/dvb/ttpci + -install -m 644 -c $(inst_ttpci) $(KDIR26)/dvb/ttpci - install -d $(KDIR26)/dvb/ttusb-budget - install -m 644 -c $(inst_ttusb-budget) $(KDIR26)/dvb/ttusb-budget + -install -d $(KDIR26)/dvb/ttusb-budget + -install -m 644 -c $(inst_ttusb-budget) $(KDIR26)/dvb/ttusb-budget - install -d $(KDIR26)/dvb/ttusb-dec - install -m 644 -c $(inst_ttusb-dec) $(KDIR26)/dvb/ttusb-dec + -install -d $(KDIR26)/dvb/ttusb-dec + -install -m 644 -c $(inst_ttusb-dec) $(KDIR26)/dvb/ttusb-dec /sbin/depmod -a |