summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v4l/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index ef5b583c0..5d77977cc 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -237,7 +237,7 @@ config-compat.h:: .myconfig
@perl \
-e 'print "#ifndef __CONFIG_COMPAT_H__\n";' \
-e 'print "#define __CONFIG_COMPAT_H__\n\n";' \
- -e 'print "#include <linux/config.h>\n\n";' \
+ -e 'print "#include <linux/autoconf.h>\n\n";' \
-e 'while(<>) {' \
-e ' next unless /^(\S+)\s*:= (\S+)$$/;' \
-e ' print "#undef $$1\n";' \