summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL8
-rw-r--r--v4l/Makefile8
2 files changed, 15 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 10cafb264..5ff4860af 100644
--- a/INSTALL
+++ b/INSTALL
@@ -45,6 +45,14 @@ firmware - Create the firmware files that are enclosed at the
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:
(Those may require write access to kernel tree)
diff --git a/v4l/Makefile b/v4l/Makefile
index da51bb50a..512b355f4 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -48,9 +48,14 @@ default:: config-compat.h Makefile.media links oss
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