2025-07-06 14:20:31 +03:00
2021-08-16 22:13:55 +03:00
2021-02-02 19:41:41 +02:00
2025-03-19 20:09:58 +02:00
2021-02-02 19:28:02 +02:00
2025-07-06 14:20:31 +03:00
2019-07-26 09:22:36 +02:00
2021-04-07 19:02:17 +03:00
2018-05-22 17:43:15 +03:00
2025-03-19 19:41:32 +02:00
2021-04-07 19:02:17 +03:00
2021-04-07 19:02:17 +03:00
2021-04-07 19:02:17 +03:00
2021-04-24 20:42:53 +03:00
2021-04-07 19:02:17 +03:00
2021-04-07 19:02:17 +03:00
2021-04-07 19:02:17 +03:00
2011-01-19 14:43:26 -02:00
2021-10-15 21:52:45 +03:00
2012-08-17 14:15:51 +02:00
2021-04-07 19:02:17 +03:00
2017-03-14 00:09:32 +02:00
2021-04-07 19:02:17 +03: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%