summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-141-0/+6
* kbuild: remove unnecessary in-subshell executionMasahiro Yamada2019-01-281-11/+10
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-9/+9
* kbuild: simplify rules of data compression with size appendingMasahiro Yamada2019-01-281-11/+7
* kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada2019-01-281-5/+6
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-2/+1
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-14/+7
* kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
* kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-1/+1
|\
| * kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada2018-12-011-1/+1
* | Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-131-2/+22
|\ \
| * | kbuild: Add support for DT binding schema checksRob Herring2018-12-131-2/+22
| |/
* | kbuild: Enable dtc graph_port warning by defaultRob Herring2018-11-301-1/+0
* | kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring2018-11-301-0/+1
|/
* kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-1/+1
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-1/+1
* kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-191-2/+2
* kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada2018-07-191-2/+1
* Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-071-0/+3
|\
| * kbuild: disable new dtc graph and unit-address warningsRob Herring2018-05-141-0/+3
* | kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)Masahiro Yamada2018-05-051-1/+1
|/
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-3/+0
* kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-071-2/+2
* genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada2018-04-071-21/+3
* Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-051-5/+4
|\
| * scripts: turn off some new dtc warnings by defaultRob Herring2018-03-051-0/+2
| * scripts: re-enable some now fixed dtc warningsRob Herring2018-03-011-3/+0
| * kbuild: add dtc as dependency on .dtb filesRob Herring2018-03-011-1/+1
| * kbuild: remove remaining use of undefined YACC_PREFIXRob Herring2018-03-011-1/+1
* | kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada2018-03-311-0/+1