|
@@ -821,6 +821,9 @@ ifdef CONFIG_HEADERS_CHECK
|
|
endif
|
|
endif
|
|
ifdef CONFIG_SAMPLES
|
|
ifdef CONFIG_SAMPLES
|
|
$(Q)$(MAKE) $(build)=samples
|
|
$(Q)$(MAKE) $(build)=samples
|
|
|
|
+endif
|
|
|
|
+ifdef CONFIG_BUILD_DOCSRC
|
|
|
|
+ $(Q)$(MAKE) $(build)=Documentation
|
|
endif
|
|
endif
|
|
$(call vmlinux-modpost)
|
|
$(call vmlinux-modpost)
|
|
$(call if_changed_rule,vmlinux__)
|
|
$(call if_changed_rule,vmlinux__)
|
|
@@ -1166,7 +1169,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \
|
|
#
|
|
#
|
|
clean: rm-dirs := $(CLEAN_DIRS)
|
|
clean: rm-dirs := $(CLEAN_DIRS)
|
|
clean: rm-files := $(CLEAN_FILES)
|
|
clean: rm-files := $(CLEAN_FILES)
|
|
-clean-dirs := $(addprefix _clean_,$(srctree) $(vmlinux-alldirs))
|
|
|
|
|
|
+clean-dirs := $(addprefix _clean_,$(srctree) $(vmlinux-alldirs) Documentation)
|
|
|
|
|
|
PHONY += $(clean-dirs) clean archclean
|
|
PHONY += $(clean-dirs) clean archclean
|
|
$(clean-dirs):
|
|
$(clean-dirs):
|