aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-26kbuild: comments cleanup in Makefile.libCao jin1-14/+7
2017-09-09remove gperf left-overs from build systemLinus Torvalds1-9/+0
2017-08-21of: search scripts/dtc/include-prefixes path for both CPP and DTCMasahiro Yamada1-2/+4
2017-08-21of: remove arch/$(SRCARCH)/boot/dts from include search path for CPPMasahiro Yamada1-1/+0
2017-08-21of: remove drivers/of/testcase-data from include search path for CPPMasahiro Yamada1-1/+0
2017-05-18devicetree: Move include prefixes from arch to separate directoryOlof Johansson1-1/+1
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+31
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+13
2017-04-27of: per-file dtc compiler flagsFrank Rowand1-0/+2
2017-04-23kbuild: fix asm-offset generation to work with clangJeroen Hofstee1-2/+6
2017-04-23kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada1-1/+0
2017-04-13kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke1-0/+28