[media] doc-rst: add LIRC header to the book
Just like the other parts of the document, let's add the LIRC header, as it is part of the API. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
8a6ba5c02f
commit
68cd5e0bed
3 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@ KAPI = $(srctree)/include/linux
|
||||||
SRC_DIR=$(srctree)/Documentation/media
|
SRC_DIR=$(srctree)/Documentation/media
|
||||||
|
|
||||||
FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \
|
FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \
|
||||||
videodev2.h.rst media.h.rst cec.h.rst
|
videodev2.h.rst media.h.rst cec.h.rst lirc.h.rst
|
||||||
|
|
||||||
TARGETS := $(addprefix $(BUILDDIR)/, $(FILES))
|
TARGETS := $(addprefix $(BUILDDIR)/, $(FILES))
|
||||||
|
|
||||||
|
@ -53,5 +53,8 @@ $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.except
|
||||||
$(BUILDDIR)/cec.h.rst: ${KAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
|
$(BUILDDIR)/cec.h.rst: ${KAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
|
||||||
@$($(quiet)gen_rst)
|
@$($(quiet)gen_rst)
|
||||||
|
|
||||||
|
$(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
|
||||||
|
@$($(quiet)gen_rst)
|
||||||
|
|
||||||
cleandocs:
|
cleandocs:
|
||||||
-rm ${TARGETS}
|
-rm ${TARGETS}
|
||||||
|
|
2
Documentation/media/lirc.h.rst.exceptions
Normal file
2
Documentation/media/lirc.h.rst.exceptions
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Ignore header name
|
||||||
|
ignore define _LINUX_LIRC_H
|
|
@ -24,6 +24,7 @@ Remote Controllers
|
||||||
rc-tables
|
rc-tables
|
||||||
rc-table-change
|
rc-table-change
|
||||||
lirc_device_interface
|
lirc_device_interface
|
||||||
|
lirc-header
|
||||||
|
|
||||||
|
|
||||||
**********************
|
**********************
|
||||||
|
|
Loading…
Add table
Reference in a new issue