summaryrefslogtreecommitdiff
path: root/v4l/Makefile
AgeCommit message (Collapse)Author
2006-01-09Several i2C cleanups to compile on both current linux and kernels >2.6.15Mauro Carvalho Chehab
kernel-sync Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2006-01-09fix typo:Michael Krufky
From: Julian Calaby <julian.calaby@gmail.com> -inst_ttusb-budget := dvb-ttusb-budget.o +inst_ttusb-budget := dvb-ttusb-budget.ko Signed-off-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-05Fix module installationRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> installation for some modules was being trashed in the Makefile Signed-off-by:
2006-01-05Make CONFIG_VIDEO_ALSA support all ALSA modules, and enable itRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> VIDEO_ALSA now actually means "enable ALSA modules". Both cx88 and saa7134 are covered by it (bt87x is disabled as it may conflict with snd_bt87x in ALSA's tree), and it now defaults to "y". Signed-off-by:
2006-01-05Workaround to deal with the cx88 DMA code conflictsRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> Existing audio DMA uses conflict with cx88-alsa. This workaround disables that code if cx88-alsa is being compiled Signed-off-by:
2006-01-02Split msp3400.c into msp3400-driver.c and msp3400-kthreads.cHans Verkuil
- Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c. - Removed experimental DFPREG ioctls. If this is really needed one day then it should be implemented using VIDIOC_G/S_REGISTER. - Added missing BALANCE control info for VIDIOC_QUERYCTRL. - Still more cleanup, clarified some kernel messages. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-12-24cx88-dvb.ko depends on cx88-vp3054-i2c.koMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-23Moved insmod.sh into v4l/scripts dirMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-23Add support for VP-3054 HDTV boardMauro Carvalho Chehab
From: Chris Pascoe <c.pascoe@itee.uq.edu.au> - Added support for VP-3054 (aka DigitalNow DNTV Live! DVB-T Pro!). - This board has a secondary I2C bus and remote control. - Added a new module to handle secondary I2C bus on this board. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-22add 'make reload' command to Makefile for quick v4l/dvb module reloadMichael Krufky
- Added command, 'make reload' - removes modules and re-inserts them. - Change console output to indicate that both v4l and dvb modules are being loaded/unloaded. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-22Add Make commands for insmod.sh scriptMichael Krufky
- make [insmod,load] will insert the modules into the kernel without the need to install them. - make [rmmod,unload] will unload the modules from the kernel. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-17removed "rm -f .*.o.cmd .*.ko.cmd" from "make distclean"Michael Krufky
Since this is already being done by "make clean" it is redundant. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-16fix 'make install' depmod -a ${KERNELRELEASE}Michael Krufky
From: Michael Ditum <mike@mikeditum.co.uk> - fix 'make install' to work when building against kernels other than the currently running kernel version. /sbin/depmod -a ${KERNELRELEASE} Thanks to: Michael Ditum <mike@mikeditum.co.uk> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-11Makes v4l compile under 2.4 kernelsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br> kernel-sync - Makes V4L compile with kernel 2.4 - em28xx doesn't compile with 2.4 kernels. Additional work is necessary to make it compile. Thanks-to: Stefan Leichter <Stefan.Leichter@camLine.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-11clean .*.o.cmd .*.ko.cmdJohannes Stezenbach
"make clean" should also remove .*.o.cmd .*.ko.cmd Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-12-10ir-kbd-gpio is now part of bttvRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> Merged ir-kbd-gpio into bttv as bttv-input, for consistency with other input modules Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-12-10videodev will not compile if not marked in kernel as a moduleMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-09Make videodev.c compile under V4L/DVB treeMauro Carvalho Chehab
kernel-sync Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-07compile av7110 firmware into the dvb-ttpci driver if ↵Oliver Endriss
CONFIG_DVB_AV7110_FIRMWARE=y Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-11-29add stv0297_cs2.ko to inst_frontendsMichael Krufky
fixes the following error: b2c2_flexcop: Unknown symbol stv0297_cs2_attach Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-29DST cannot be built separately from DVB-BT8XXMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-28Enable support for OSD functions in dvb-ttpci driver.Michael Krufky
- Enable support for OSD functions in dvb-ttpci driver. Thanks to both Matthias Schwarzott <zzam@gentoo.org> and Frank Enderle <fen@init-6.org>, for each sending in the same fix. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27updated "make kernel-links" for merged treeMichael Krufky
"make kernel-links" (dvb-kernel "makelinks" build method) updated for merged tree. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27Add missing at76c651 & tda80xx frontends; fix install for tda10021Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27allow separate [v4l,dvb]-install; fix install for saa7146Michael Krufky
- fix install for saa7146. - allow separate, 'make v4l-install' and 'make dvb-install' 'make install' does both. - 'make clean' and 'make distclean' less verbose. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27Makefile cleanupsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-26Alter build configuration for official merged v4l+dvb development tree.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25add dvb modules to 'make dvb-rminstall'Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25Add all remaining dvb modules into merge-trees buildMichael Krufky
- add install configuration for dvb-kernel modules to Makefile. - enable all remaining dvb-kernel modules in merge-trees build environment. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25add saa7146 to merged build and fix dib3000Michael Krufky
- added saa7146 module to build configuration. - fix build for dib3000 frontend module. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24add other dvb modules to dvb/v4l merged-trees buildMichael Krufky
- added dvb device modules to build configuration. - these will be enabled later in the merge-trees build. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24add b2c2-flexcop to dvb/v4l merged-trees buildMichael Krufky
- added b2c2-flexcop build configuration to Makefile - this will be enabled later on with the merge scripts Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-23add dvb-core to v4l/dvb merged-trees build environmentMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22Only install DST module if DST is enabled in the buildMichael Krufky
Signed-off-by: Giuliano A. Montecarlo <giuly@giuly.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22move dvb frontend module removal to dvb-specific portion of MakefileMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22Create separate build option for DST in Make.configMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-20Enable cx24123 dvb frontend moduleMichael Krufky
- Enable cx24123 dvb frontend module in merged v4l/dvb cvs trees and kernel >= 2.6.16 Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-18em28xx needs tveepromMichael Krufky
- em28xx needs tveeprom - whitespace cleanup - replace some spaces with tabs Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-09compat_ioctl32 installation fixesRicardo Cerqueira
From: Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-11-09Moves 32 bit ioctl compat handler to V4L sybsystemMauro Carvalho Chehab
From: Arnd Bergmann <arnd@arndb.de> This moves the 32 bit ioctl compatibility handlers for Video4Linux into a new file and adds explicit calls to them to each v4l device driver. Unfortunately, there does not seem to be any code handling the v4l2 ioctls, so quite often the code goes through two separate conversions, first from 32 bit v4l to 64 bit v4l, and from there to 64 bit v4l2. My patch does not change that, so there is still much room for improvement. Also, some drivers have additional ioctl numbers, for which the conversion should be handled internally to that driver. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-09Makefile fixesMauro Carvalho Chehab
- Makefile for cx25840 boards - included newer video decoders on make install Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-09Finish split of DMA sound code from main saa7134 moduleRicardo Cerqueira
From: - saa7134-oss is now a standalone module as well - remaining DMA sound code has been removed from core the module - Lots of small cleanups and variable renames to get more consistency between the OSS and ALSA drivers Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-11-09Added new video decoders to makefile.Mauro Carvalho Chehab
- Added new video decoders to makefile. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-08 - distclean now cleans also .orig and .rej filesMauro Carvalho Chehab
- make update updates from CVS - make snapshot now distcleans and updates. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-07- saa7134-alsa is now a standalone moduleRicardo Cerqueira
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-11-06- Adds CONFIG_ADV_DEBUG flag to enable advanced debug stuff.Mauro Carvalho Chehab
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-05- Fixes compilation problems due removal of media/id.h and I2C_ALGO_BITMauro Carvalho Chehab
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-30 - Fix em28xx instalation.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-29 - removed drivers/usb/media symlink process from 'make links'Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-29 CONFIG_EM28xx changed to CONFIG_EM28XXMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>