summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2015-06-07 21:17:56 +0200
committerMauro Carvalho Chehab2015-06-09 22:47:36 +0200
commit429c2024cb7b4e3be50dae9a5976692bf733f08c (patch)
treedec7662a204d98fb028df1338801071972b3a9c9 /Documentation/DocBook
parent[media] frontend: move legacy typedefs to the end (diff)
downloadkernel-qcow2-linux-429c2024cb7b4e3be50dae9a5976692bf733f08c.tar.gz
kernel-qcow2-linux-429c2024cb7b4e3be50dae9a5976692bf733f08c.tar.xz
kernel-qcow2-linux-429c2024cb7b4e3be50dae9a5976692bf733f08c.zip
[media] DocBook: Remove comments before parsing enum values
The comments may affect enum value parsing. Use cpp to remove them. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/Makefile b/Documentation/DocBook/media/Makefile
index 226152952f58..e7d44a0b00d6 100644
--- a/Documentation/DocBook/media/Makefile
+++ b/Documentation/DocBook/media/Makefile
@@ -87,7 +87,7 @@ ENUMS = \
$(srctree)/include/uapi/linux/v4l2-subdev.h)
ENUM_DEFS = \
- $(shell perl -e 'while (<>) { if ($$enum) {print "$$1\n" if (/\s*([A-Z]\S+)\b/); } $$enum = 0 if ($enum && /^\}/); $$enum = 1 if(/^\s*enum\s/); }' \
+ $(shell perl -e 'open IN,"cat @ARGV| cpp -fpreprocessed |"; while (<IN>) { if ($$enum) {print "$$1\n" if (/\s*([A-Z]\S+)\b/); } $$enum = 0 if ($$enum && /^\}/); $$enum = 1 if(/^\s*enum\s/); }; close IN;' \
$(srctree)/include/uapi/linux/dvb/audio.h \
$(srctree)/include/uapi/linux/dvb/ca.h \
$(srctree)/include/uapi/linux/dvb/dmx.h \