summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-141-5/+1
* kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-271-2/+2
* kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada2019-02-201-0/+2
* kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-201-1/+1
* kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-281-2/+2
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-3/+6
* kbuild: remove top-level built-in.aMasahiro Yamada2019-01-281-6/+2
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-79/+49
|\
| * kbuild: handle part-of-module correctly for *.ll and *.symtypesMasahiro Yamada2018-12-171-1/+1
| * kbuild: refactor part-of-moduleMasahiro Yamada2018-12-171-5/+3
| * kbuild: refactor quiet_modtagMasahiro Yamada2018-12-171-6/+1
| * kbuild: remove redundant quiet_modtag for $(obj-m)Masahiro Yamada2018-12-171-2/+0
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-021-4/+0
| * kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-011-2/+0
| * kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada2018-12-011-8/+8
| * kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada2018-12-011-11/+11
| * kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-011-0/+7
| * kbuild: refactor modversions build rulesMasahiro Yamada2018-12-011-37/+17
| * kbuild: remove redundant 'set -e' from sub_cmd_record_mcountMasahiro Yamada2018-12-011-1/+1
| * kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada2018-12-011-7/+5
* | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-281-2/+0
|/
* Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-281-36/+8
|\
| * kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada2018-10-191-8/+6
| * kbuild: remove unneeded link_multi_depsMasahiro Yamada2018-10-191-18/+2
| * kbuild: remove old check for CFLAGS useMasahiro Yamada2018-09-131-10/+0
* | ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley2018-09-191-1/+1
|/
* objtool: Remove workaround for unreachable warnings from old GCCMasahiro Yamada2018-08-301-2/+0
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+3
* kbuild: pass LDFLAGS to recordmcount.plMasahiro Yamada2018-08-241-1/+1
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-6/+3
|\
| * tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2018-08-151-6/+3
* | kbuild: remove deprecated host-progs variableMasahiro Yamada2018-08-091-7/+0
|/
* kbuild: remove duplicated comments about PHONYMasahiro Yamada2018-07-061-3/+0
* tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGreg Thelen2018-06-211-1/+1
* Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-06-061-0/+6
|\
| * trace: Use -mcount-record for dynamic ftraceAndi Kleen2018-05-281-0/+6
* | kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada2018-05-171-6/+1
* | genksyms: remove symbol prefix supportMasahiro Yamada2018-05-171-2/+0
|/
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-3/+7
* kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-071-2/+2
* kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-071-1/+3
* kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada2018-04-071-0/+11
* kbuild: clean up link rule of composite modulesMasahiro Yamada2018-03-261-3/+1
* kbuild: clean up archive rule of built-in.aMasahiro Yamada2018-03-261-9/+4
* kbuild: remove partial section mismatch detection for built-in.aMasahiro Yamada2018-03-261-2/+1
* kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada2018-03-261-14/+7
* kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada2018-03-261-12/+12
* kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada2018-03-261-2/+0
* kbuild: simplify modname calculationMasahiro Yamada2018-03-261-11/+1
* kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-5/+5