summaryrefslogtreecommitdiffstats
path: root/Documentation/media/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-09 08:54:35 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-09 09:49:05 -0300
commitd2c6815031681fb69fa14c4b17845dccd3210ab1 (patch)
treeec234625bf24144bf060d0bcff93ce389d4171e8 /Documentation/media/Makefile
parentfb6fc6c9ac66fe5d4a50905fd7f2dd14cd9e7ab9 (diff)
downloadop-kernel-dev-d2c6815031681fb69fa14c4b17845dccd3210ab1.zip
op-kernel-dev-d2c6815031681fb69fa14c4b17845dccd3210ab1.tar.gz
[media] doc-rst: add media.h header to media contrller
Adding the header file is interesting for several reasons: 1) It makes MC documentation consistend with other parts; 2) The header file can be used as a quick index to all API elements; 3) The cross-reference check helps to identify symbols that aren't documented. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/Makefile')
-rw-r--r--Documentation/media/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile
index 0efd91e..cfab8e4 100644
--- a/Documentation/media/Makefile
+++ b/Documentation/media/Makefile
@@ -5,7 +5,7 @@ UAPI = $(srctree)/include/uapi/linux
SRC_DIR=$(srctree)/Documentation/media
FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \
- videodev2.h.rst
+ videodev2.h.rst media.h.rst
TARGETS := $(addprefix $(BUILDDIR)/, $(FILES))
@@ -46,5 +46,8 @@ $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.ex
$(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
@$($(quiet)gen_rst)
+$(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
+ @$($(quiet)gen_rst)
+
cleandocs:
-rm ${TARGETS}
OpenPOWER on IntegriCloud