summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
AgeCommit message (Expand)AuthorLines
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada-4/+4
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada-1/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar-1/+2
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar-3/+3
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-8/+19
2020-03-03kbuild: Always validate DT binding examplesRob Herring-1/+2
2020-02-27kbuild: remove unneeded semicolon at the end of cmd_dtb_checkMasahiro Yamada-1/+1
2020-02-27kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada-2/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+5
2020-01-07kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada-6/+9
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada-1/+1
2020-01-07kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada-0/+4
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar-14/+0
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver-0/+10
2019-11-15kbuild: remove header compile testMasahiro Yamada-14/+0
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada-1/+1
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada-2/+2
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada-5/+8
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada-1/+1
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada-0/+12
2019-08-15kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada-5/+5
2019-08-14kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada-16/+0
2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada-9/+3
2019-07-27kbuild: remove unused single-used-mMasahiro Yamada-2/+0
2019-07-17kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada-1/+1
2019-07-11kbuild: fix compression errors getting ignoredHarald Seiler-5/+5
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada-1/+1
2019-07-09kbuild: support header-test-pattern-yMasahiro Yamada-0/+11
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada-1/+1
2019-06-15kbuild: add support for ensuring headers are self-containedJani Nikula-0/+3
2019-05-22dt-bindings: Pass binding directory to validation toolsRob Herring-1/+1
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada-18/+8
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada-1/+1
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada-0/+6
2019-01-28kbuild: remove unnecessary in-subshell executionMasahiro Yamada-11/+10
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada-9/+9
2019-01-28kbuild: simplify rules of data compression with size appendingMasahiro Yamada-11/+7
2019-01-28kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada-5/+6
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada-2/+1
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada-14/+7
2019-01-06kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada-2/+2
2019-01-06kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada-4/+2
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring-2/+22
2018-12-13kbuild: Add support for DT binding schema checksRob Herring-2/+22
2018-12-01kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada-1/+1
2018-11-30kbuild: Enable dtc graph_port warning by defaultRob Herring-1/+0
2018-11-30kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring-0/+1
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-1/+1