aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-2/+1
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada1-14/+7
2019-01-06kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada1-2/+2
2019-01-06kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada1-4/+2
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-2/+22
2018-12-13kbuild: Add support for DT binding schema checksRob Herring1-2/+22
2018-12-01kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada1-1/+1
2018-11-30kbuild: Enable dtc graph_port warning by defaultRob Herring1-1/+0
2018-11-30kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring1-0/+1
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring1-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada1-1/+1
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada1-2/+2
2018-07-19kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada1-2/+1
2018-06-07Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+3
2018-05-14kbuild: disable new dtc graph and unit-address warningsRob Herring1-0/+3
2018-05-05kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)Masahiro Yamada1-1/+1
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada1-3/+0
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada1-2/+2
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada1-21/+3
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+4
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada1-0/+1
2018-03-26kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada1-4/+3
2018-03-26kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada1-4/+4
2018-03-26kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada1-6/+8
2018-03-26kbuild: simplify modname calculationMasahiro Yamada1-7/+0
2018-03-26kbuild: fix modname for composite modulesCao jin1-2/+2
2018-03-26kbuild: define KBUILD_MODNAME even if multiple modules share objectsMasahiro Yamada1-7/+5
2018-03-26kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multiMasahiro Yamada1-1/+1
2018-03-26kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney1-1/+1
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin1-3/+3
2018-03-09kbuild: Handle builtin dtb file names containing hyphensJames Hogan1-4/+4
2018-03-05scripts: turn off some new dtc warnings by defaultRob Herring1-0/+2
2018-03-01scripts: re-enable some now fixed dtc warningsRob Herring1-3/+0
2018-03-01kbuild: add dtc as dependency on .dtb filesRob Herring1-1/+1
2018-03-01kbuild: remove remaining use of undefined YACC_PREFIXRob Herring1-1/+1
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov1-1/+1
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-9/+19
2018-01-25kbuild: fix W= option checks for extra DTC warningsMasahiro Yamada1-2/+2
2018-01-22kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIXMasahiro Yamada1-6/+2
2017-12-16kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada1-3/+17
2017-12-16kbuild: add LEX and YACC variablesMasahiro Yamada1-2/+2
2017-11-23kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-23/+11
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada1-5/+0
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+5
2017-11-09kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada1-4/+4