Commit f7822c6b authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Andy Grover

[PATCH] Remove docgen + gen-all-syms targets

Removed unused targets to CHMOD_FILES in scripts

This allow a fresh kernel to start the build process without
bailing about docgen.
parent 26cffe4a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# The following temporary rule will make sure that people's # The following temporary rule will make sure that people's
# trees get updated to the right permissions, since patch(1) # trees get updated to the right permissions, since patch(1)
# can't do it # can't do it
CHMOD_FILES := docgen gen-all-syms kernel-doc mkcompile_h makelst CHMOD_FILES := kernel-doc mkcompile_h makelst
all: fixdep split-include docproc $(CHMOD_FILES) all: fixdep split-include docproc $(CHMOD_FILES)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment