summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada2018-03-261-4/+3
* | kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada2018-03-261-4/+4
* | kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada2018-03-261-6/+8
* | kbuild: simplify modname calculationMasahiro Yamada2018-03-261-7/+0
* | kbuild: fix modname for composite modulesCao jin2018-03-261-2/+2
* | kbuild: define KBUILD_MODNAME even if multiple modules share objectsMasahiro Yamada2018-03-261-7/+5
* | kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multiMasahiro Yamada2018-03-261-1/+1
* | kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney2018-03-261-1/+1
* | kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-3/+3
* | kbuild: Handle builtin dtb file names containing hyphensJames Hogan2018-03-091-4/+4
|/
* kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-02-061-1/+1
* Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-011-9/+19
|\
| * kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIXMasahiro Yamada2018-01-221-6/+2
| * kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada2017-12-161-3/+17
| * kbuild: add LEX and YACC variablesMasahiro Yamada2017-12-161-2/+2
* | kbuild: fix W= option checks for extra DTC warningsMasahiro Yamada2018-01-251-2/+2
|/
* kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada2017-11-231-1/+1
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-23/+11
|\
| * kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-5/+0
| * kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada2017-10-311-4/+4
| * kbuild: comments cleanup in Makefile.libCao jin2017-10-261-14/+7
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-0/+5
|\ \
| * | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-091-0/+5
| |/