summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAge
* kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-09-30
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-06
* kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-04
* kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-04
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-21
* kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada2019-08-14
* kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-13
* kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-13
* kbuild: remove unused single-used-mMasahiro Yamada2019-07-26
* kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada2019-07-17
* kbuild: fix compression errors getting ignoredHarald Seiler2019-07-10
* kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-10
* kbuild: support header-test-pattern-yMasahiro Yamada2019-07-08
* kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-08
* kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-15
* dt-bindings: Pass binding directory to validation toolsRob Herring2019-05-22
* kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-17
* kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-02
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-13
* kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-27
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-27
* kbuild: simplify rules of data compression with size appendingMasahiro Yamada2019-01-27
* kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada2019-01-27
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-05
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-05
* kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-05
* kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-05
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-29
|\
| * kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada2018-12-01
* | Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-13
|\ \
| * | kbuild: Add support for DT binding schema checksRob Herring2018-12-13
| |/
* | kbuild: Enable dtc graph_port warning by defaultRob Herring2018-11-30
* | kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring2018-11-30
|/
* kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-02
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-23
* kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-27
* kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-18
* kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada2018-07-18
* Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-07
|\
| * kbuild: disable new dtc graph and unit-address warningsRob Herring2018-05-14
* | kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)Masahiro Yamada2018-05-04
|/
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-07
* kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-07
* genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada2018-04-07
* Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-06
|\
| * scripts: turn off some new dtc warnings by defaultRob Herring2018-03-05
| * scripts: re-enable some now fixed dtc warningsRob Herring2018-03-01
| * kbuild: add dtc as dependency on .dtb filesRob Herring2018-03-01
| * kbuild: remove remaining use of undefined YACC_PREFIXRob Herring2018-03-01
* | kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada2018-03-30