Mauro Carvalho Chehab 7b8f37bd22 Get rid of the old broken emails
Remove my legacy emails from the files, and point to the ML
for bug reports, as bug fixes will be better tracked there.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-02-07 08:12:13 -02:00
2013-12-13 12:56:14 +01:00
2014-02-07 08:12:13 -02:00
2011-03-21 14:07:49 -03:00
2014-02-07 08:12:13 -02:00
2011-01-19 14:43:26 -02:00
2012-08-17 14:15:51 +02:00

This is an experimental build system for media drivers.
All files on this tree are covered by GPLv2, as stated at COPYING file.

Usage:

Just call the build utility:
	$ ./build

Then, install the drivers as root, with:
	# make install

In order to test, unload old drivers with:
	# make rmmod

Then modprobe the driver you want to test. For example, to load driver 'foo':
	# modprobe foo


If you're developing a new driver or patch, it is better to use:
	$ ./build --main-git

Then, install the drivers as root, with:
	# make install

In order to test, unload old drivers with:
	# make rmmod

Then modprobe the driver you want to test. For example:
	# modprobe bttv

In this case, in order to modify something, you should edit the file at
the media/ subdir.

For example, a typical procedure to develop a new patch would be:

	~/media_build $ cd media
	~/media $ gedit drivers/media/video/foo.c
	~/media $ make -C ../v4l
	~/media $ make -C .. rmmod
	~/media $ modprobe foo
	(some procedure to test the "foo" driver)
	~/media $ git diff >/tmp/my_changes.patch
	(email /tmp/my_changes.patch inlined to linux-media@vger.kernel.org)
Description
No description provided
Readme 2.4 MiB
Languages
Perl 42.2%
Shell 30%
C 23.4%
Makefile 4.3%