diff options
Diffstat (limited to 'Documentation/media/Makefile')
-rw-r--r-- | Documentation/media/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile index 0efd91e9998b..cfab8e4f36e1 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} |