X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile;h=27f97b53e6ebd4e60407d38e13be42a0d2fe7127;hb=5e1e93c7047381b81236f82f60c15d49c510d1a7;hp=80b8671d5c46f705e6e55f6933b48047185af23d;hpb=f80fa1822d6ccca369578108dc70576cff6c67a0;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index 80b8671d5c46..27f97b53e6eb 100644 --- a/Makefile +++ b/Makefile @@ -621,6 +621,7 @@ include arch/$(SRCARCH)/Makefile KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,) KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,) +KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE KBUILD_CFLAGS += -Os @@ -1425,7 +1426,7 @@ $(help-board-dirs): help-%: # Documentation targets # --------------------------------------------------------------------------- -DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs +DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs PHONY += $(DOC_TARGETS) $(DOC_TARGETS): scripts_basic FORCE $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype