The patch number 10660 was added via Mauro Carvalho Chehab <mche...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
Add dvb spec rules at the makefile


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 INSTALL      |    8 ++++++++
 v4l/Makefile |    8 +++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff -r 18f48713ac1e -r a5697d649706 INSTALL
--- a/INSTALL   Thu Feb 19 16:41:56 2009 +0000
+++ b/INSTALL   Thu Feb 26 11:35:36 2009 -0300
@@ -44,6 +44,14 @@ firmware     - Create the firmware files tha
                  Notice: Only a very few firmwares are currently here
 
 firmware_install- Install firmware files under /lib/firmware
+
+======================
+Documentation rules:
+v4l2-spec      - Creates V4L2 API specification
+
+dvb-spec       - Creates DVB API specification
+
+spec           - Creates both V4L and DVB API specification
 
 =======================
 Module selection rules:
diff -r 18f48713ac1e -r a5697d649706 v4l/Makefile
--- a/v4l/Makefile      Thu Feb 19 16:41:56 2009 +0000
+++ b/v4l/Makefile      Thu Feb 26 11:35:36 2009 -0300
@@ -48,8 +48,13 @@ firmware::
 firmware::
        $(MAKE) -C firmware
 
-spec::
+v4l2-spec::
        $(MAKE) -C ../v4l2-spec
+
+dvb-spec::
+       $(MAKE) -C ../dvb-spec/dvbapi
+
+spec:: v4l2-spec dvb-spec
 
 apps::
        $(MAKE) -C ../v4l2-apps
@@ -288,6 +293,7 @@ clean::
                config-compat.h Module.symvers Module.markers modules.order
        $(MAKE) -C firmware $@
        $(MAKE) -C ../v4l2-spec $@
+       $(MAKE) -C ../dvb-spec/dvbapi $@
        $(MAKE) -C ../v4l2-apps $@
 
 distclean:: clean


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/a5697d64970680bf8f78ad0941232deb16ce1653

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to