summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-8/+20
|\
| * kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-101-0/+11
| * kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-6/+8
| * Revert "kbuild: Create directory for target DTB"Masahiro Yamada2020-07-071-2/+1
* | init: Add support for zstd compressed kernelNick Terrell2020-07-311-0/+22
|/
* dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada2020-06-301-0/+3
* scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring2020-06-301-1/+3
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\
| * kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-111-3/+3
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+10
|\ \ | |/ |/|
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-1/+2
| |\
| * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-211-3/+3
| |\ \
| * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-8/+19
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-14/+0
| |\ \ \ \
| * | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+10
* | | | | | kbuild: add variables for compression toolsDenis Efremov2020-06-061-6/+6
* | | | | | kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2020-06-031-13/+14
* | | | | | kbuild: refactor subdir-ym calculationMasahiro Yamada2020-06-011-9/+4
* | | | | | kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2020-05-261-0/+2
* | | | | | kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2020-05-261-5/+0
* | | | | | kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada2020-05-171-1/+11
* | | | | | kbuild: determine the output format of DTC by the target suffixMasahiro Yamada2020-05-121-3/+3
* | | | | | kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada2020-05-121-4/+4
* | | | | | kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada2020-04-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | kbuild: Always validate DT binding examplesRob Herring2020-03-031-1/+2
| |_|_|/ |/| | |
* | | | kbuild: remove unneeded semicolon at the end of cmd_dtb_checkMasahiro Yamada2020-02-271-1/+1
* | | | kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada2020-02-271-2/+2
| |_|/ |/| |
* | | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+5
* | | kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada2020-01-071-6/+9
* | | kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada2020-01-071-1/+1
* | | kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2020-01-071-0/+4
| |/ |/|
* | kbuild: remove header compile testMasahiro Yamada2019-11-151-14/+0
|/
* kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-011-1/+1
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-2/+2
* kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-5/+8
* kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-041-1/+1
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-221-0/+12
* kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada2019-08-151-5/+5
* kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-141-16/+0
* kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-141-9/+3
* kbuild: remove unused single-used-mMasahiro Yamada2019-07-271-2/+0
* kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada2019-07-171-1/+1
* kbuild: fix compression errors getting ignoredHarald Seiler2019-07-111-5/+5
* kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-111-1/+1
* kbuild: support header-test-pattern-yMasahiro Yamada2019-07-091-0/+11
* kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-091-1/+1
* kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-151-0/+3
* dt-bindings: Pass binding directory to validation toolsRob Herring2019-05-221-1/+1
* kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-181-18/+8
* kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-021-1/+1