aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
AgeCommit message (Expand)AuthorFilesLines
2024-02-19kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada1-6/+0
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada1-4/+4
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada1-0/+6
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada1-4/+4
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada1-2/+2
2023-01-22kbuild: print short log in addition to the whole command with V=1Masahiro Yamada1-13/+13
2022-12-13kbuild: use .NOTINTERMEDIATE for future GNU Make versionsMasahiro Yamada1-3/+10
2022-12-13kbuild: add read-file macroMasahiro Yamada1-0/+14
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada1-0/+16
2022-11-22kbuild: add kbuild-file macroMasahiro Yamada1-0/+5
2022-09-29kbuild: remove the target in signal traps when interruptedMasahiro Yamada1-1/+22
2022-06-01kbuild: add cmd_and_savecmd macroMasahiro Yamada1-2/+4
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada1-0/+4
2022-01-08certs: simplify $(srctree)/ handling and remove config_filename macroMasahiro Yamada1-47/+0
2021-09-03kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechkMasahiro Yamada1-1/+6
2021-09-03kbuild: macrofy the condition of if_changed and friendsMasahiro Yamada1-3/+5
2021-05-27kbuild: sink stdout from cmd for silent buildMasahiro Yamada1-1/+6
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada1-80/+0
2021-02-22kbuild: remove ld-version macroMasahiro Yamada1-5/+1
2020-10-21kbuild: remove leftover comment for filechk utilityRasmus Villemoes1-2/+0
2020-08-10kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option baseMasahiro Yamada1-7/+3
2020-06-17kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada1-5/+6
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada1-1/+1
2020-01-16kbuild: remove *.tmp file when filechk failsMasahiro Yamada1-8/+7
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada1-6/+0
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada1-0/+4
2019-11-11kbuild: rename any-prereq to newer-prereqsMasahiro Yamada1-5/+5
2019-11-11kbuild: drop $(wildcard $^) check in if_changed* for faster rebuildMasahiro Yamada1-2/+5
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada1-5/+0
2019-07-27kbuild: remove unused objectify macroMasahiro Yamada1-3/+0
2019-07-17kbuild: remove unused hostcc-optionMasahiro Yamada1-5/+0
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-17/+11
2019-07-11kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefixMasahiro Yamada1-2/+2
2019-07-01kbuild: save $(strip ...) for calling if_changed and friendsMasahiro Yamada1-3/+3
2019-07-01kbuild: save $(strip ...) for calling any-prepreqMasahiro Yamada1-2/+2
2019-07-01kbuild: rename arg-check to cmd-checkMasahiro Yamada1-7/+7
2019-06-15kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada1-6/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-2/+2
2019-06-08kbuild: use more portable 'command -v' for cc-cross-prefixMasahiro Yamada1-1/+6
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-21kbuild: drop support for cc-ldoptionNick Desaulniers1-5/+0
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada1-8/+0
2019-03-04kbuild: remove cc-version macroMasahiro Yamada1-4/+1
2019-02-27kbuild: refactor cc-cross-prefix implementationMasahiro Yamada1-8/+4
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada1-0/+4
2019-01-14kbuild: remove unused baseprereqMasahiro Yamada1-4/+0
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada1-4/+4
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-42/+10
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar1-3/+1
2018-12-02kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada1-0/+3
2018-12-01kbuild: refactor if_changedMasahiro Yamada1-2/+1
2018-12-01kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleMasahiro Yamada1-1/+1
2018-12-01kbuild: change if_changed_rule for multi-line recipeMasahiro Yamada1-8/+4
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-28/+0
2018-12-01kbuild: let fixdep directly write to .*.cmd filesMasahiro Yamada1-6/+4
2018-11-02kbuild: remove cc-name variableMasahiro Yamada1-4/+0
2018-11-02kbuild: remove unused cc-fullversion variableMasahiro Yamada1-4/+0
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit1-1/+3
2018-09-13kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada1-1/+1
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada1-4/+0
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-0/+3
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada1-1/+1
2018-07-25kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada1-0/+3
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson1-2/+2
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott1-1/+1
2018-07-06kbuild: do not drop -I without parameterMasahiro Yamada1-1/+1
2018-05-29kbuild: remove kbuild cacheMasahiro Yamada1-87/+14
2018-05-28kbuild: do not display CHK for filechkMasahiro Yamada1-1/+0
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-2/+3
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada1-1/+1
2018-03-26kbuild: simplify ld-option implementationMasahiro Yamada1-3/+1
2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney1-1/+1
2017-11-16kbuild: create directory for make cache only when necessaryMasahiro Yamada1-4/+9
2017-11-13kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers1-2/+3
2017-11-13kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada1-0/+6
2017-11-13kbuild: Add a cache for generated variablesDouglas Anderson1-14/+76
2017-08-10kbuild: trivial cleanups on the commentsCao jin1-4/+3
2017-06-25kbuild: Add __cc-option macroMatthias Kaehlcke1-2/+12
2017-06-25kbuild: remove cc-option-alignMasahiro Yamada1-5/+0
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+3
2017-04-12kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois1-3/+3
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf1-0/+4
2017-02-14Kbuild: Add cpp_its_S in ksym_dep_filterMarcin Nowakowski1-1/+1
2016-08-08kbuild: no gcc-plugins during cc-option testsEmese Revfy1-3/+7
2016-07-18Kbuild: don't add obj tree in additional includesArnd Bergmann1-1/+1
2016-07-18Kbuild: don't add ../../ to include pathArnd Bergmann1-1/+1
2016-05-10kbuild: fix if_change and friends to consider argument orderMasahiro Yamada1-6/+5
2016-05-10kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre1-1/+1
2016-04-27kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre1-4/+6
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre1-0/+27
2016-03-29kbuild: de-duplicate fixdep usageNicolas Pitre1-1/+4
2016-03-04kbuild: suppress annoying "... is up to date." messageMasahiro Yamada1-3/+3
2015-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+4
2015-09-04kbuild: Fix clang detectionMichal Marek1-0/+4
2015-08-14modsign: Handle signing key in source treeDavid Woodhouse1-0/+51
2015-01-09kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada1-2/+2
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada1-5/+2
2015-01-09kbuild: fix cc-ifversion macroMasahiro Yamada1-1/+1
2014-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+12
2014-12-03kbuild: remove redundant -rR flag of hdr-instMasahiro Yamada1-2/+2
2014-11-26kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada1-0/+12
2014-10-21dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstRobert Richter1-0/+6
2014-10-02kbuild: simplify build, clean, modbuiltin shorthandsMasahiro Yamada1-2/+2
2014-08-07kbuild: Fix handling of backslashes in *.cmd filesMichal Marek1-6/+8
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+1
2014-03-29kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada1-0/+1
2014-02-13Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen1-0/+9
2013-04-08kbuild: fix ld-option functionAntony Pavlov1-1/+1
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-6/+6
2012-10-06kbuild: make: fix if_changed when command contains backslashesSascha Hauer1-1/+1
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare1-6/+6
2012-03-24scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle1-1/+1
2011-06-09kbuild: add `baseprereq'Arnaud Lacombe1-0/+4
2011-05-16kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oMichal Marek1-0/+2
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek1-0/+5
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek1-0/+5
2009-12-12kbuild: generate modules.builtinMichal Marek1-0/+6
2009-10-11kbuild,scripts: use non-builtin echo for '-e'Amerigo Wang1-1/+1
2009-09-20kbuild: fix cc1 options check to ensure we do not use -fPIC when compilingJory A. Pratt1-2/+2
2009-09-20kbuild: introduce ld-optionSam Ravnborg1-1/+7
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg1-3/+3
2008-12-03kbuild: use KECHO convenience echoMike Frysinger1-9/+2
2008-12-03kbuild: introduce $(kecho) convenience echoMike Frysinger1-0/+7
2008-12-03kbuild: fix -I option expansion with O=... buildsSam Ravnborg1-1/+3
2008-09-09kbuild: fix cc-option and cc-option-ynH. Peter Anvin1-2/+2
2008-02-11kbuild: fix make V=1Sam Ravnborg1-0/+3
2008-02-09kbuild: silence CHK/UPD messages according to $(quiet)Mike Frysinger1-2/+6
2007-10-19kbuild: introduce cc-cross-prefixSam Ravnborg1-0/+11
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-3/+3
2007-07-16kbuild: New 'cc-fullversion' macroSegher Boessenkool1-1/+6
2007-02-09[PATCH] kbuild: more Makefile cleanupsRoman Zippel1-36/+36
2007-02-08kbuild: fix space for good (take 103)Linus Torvalds1-10/+9
2007-02-07kbuild: make $(checker-shell ) strip spaces around the resultLinus Torvalds1-3/+2
2007-02-07[PATCH] kbuild, Kbuild.include: avoid using spaces in call argumentsOleg Verych1-20/+20
2007-02-06[PATCH] kbuild: improve option checking, Kbuild.include cleanupOleg Verych1-43/+53
2006-12-10[PATCH] kbuild: don't put temp files in sourceRoman Zippel1-7/+12
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich1-2/+2
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen1-0/+7
2006-09-25kbuild: make V=2 tell why a target is rebuildSam Ravnborg1-1/+40
2006-09-25kbuild: consistently decide when to rebuild a targetSam Ravnborg1-22/+30
2006-08-01kbuild: always use $(CC) for $(call cc-version)Sam Ravnborg1-2/+1
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+7
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg1-0/+4
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds1-5/+0
2006-06-24kbuild: fix make -rR breakageSam Ravnborg1-0/+5
2006-04-07kbuild: properly pass options to hostcc when doing make O=..Sam Ravnborg1-0/+5
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith1-5/+8
2006-02-19kbuild: fix comment in Kbuild.includeSam Ravnborg1-1/+1
2006-02-19kbuild: consolidate command line escapingJan Beulich1-8/+7
2006-02-19kbuild: make cc-version available in kbuild filesSam Ravnborg1-0/+37
2006-01-06kbuild: introduce escsq to escapre single quotesSam Ravnborg1-4/+9
2005-09-10kbuild: add objectifySam Ravnborg1-0/+3
2005-07-25kbuild: introduce Kbuild.includeSam Ravnborg1-0/+96