aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
AgeCommit message (Expand)Author
2019-05-22dt-bindings: Pass binding directory to validation toolsRob Herring
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada
2019-01-28kbuild: remove unnecessary in-subshell executionMasahiro Yamada
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada
2019-01-28kbuild: simplify rules of data compression with size appendingMasahiro Yamada
2019-01-28kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2019-01-06kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada
2019-01-06kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring
2018-12-13kbuild: Add support for DT binding schema checksRob Herring
2018-12-01kbuild: remove redundant 'set -e' from filechk_offsetsMasahiro Yamada
2018-11-30kbuild: Enable dtc graph_port warning by defaultRob Herring
2018-11-30kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada
2018-07-19kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada
2018-06-07Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-05-14kbuild: disable new dtc graph and unit-address warningsRob Herring
2018-05-05kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)Masahiro Yamada
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada
2018-03-26kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada
2018-03-26kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada
2018-03-26kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada
2018-03-26kbuild: simplify modname calculationMasahiro Yamada
2018-03-26kbuild: fix modname for composite modulesCao jin
2018-03-26kbuild: define KBUILD_MODNAME even if multiple modules share objectsMasahiro Yamada
2018-03-26kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multiMasahiro Yamada
2018-03-26kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin
2018-03-09kbuild: Handle builtin dtb file names containing hyphensJames Hogan
2018-03-05scripts: turn off some new dtc warnings by defaultRob Herring
2018-03-01scripts: re-enable some now fixed dtc warningsRob Herring
2018-03-01kbuild: add dtc as dependency on .dtb filesRob Herring
2018-03-01kbuild: remove remaining use of undefined YACC_PREFIXRob Herring
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-01-25kbuild: fix W= option checks for extra DTC warningsMasahiro Yamada
2018-01-22kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIXMasahiro Yamada
2017-12-16kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada