summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* remove gperf left-overs from build systemLinus Torvalds2017-09-091-9/+0
* of: search scripts/dtc/include-prefixes path for both CPP and DTCMasahiro Yamada2017-08-211-2/+4
* of: remove arch/$(SRCARCH)/boot/dts from include search path for CPPMasahiro Yamada2017-08-211-1/+0
* of: remove drivers/of/testcase-data from include search path for CPPMasahiro Yamada2017-08-211-1/+0
* devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-181-1/+1
* Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-101-0/+31
|\
| * kbuild: fix asm-offset generation to work with clangJeroen Hofstee2017-04-231-2/+6
| * kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada2017-04-231-1/+0
| * kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2017-04-131-0/+28
* | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-1/+13
|\ \
| * | of: per-file dtc compiler flagsFrank Rowand2017-04-271-0/+2
| * | dtc: update warning settings for new bus and node/property name checksRob Herring2017-03-291-1/+11
| |/
* | kbuild: external module build warnings when KBUILD_OUTPUT set and W=1Allan, Bruce W2017-03-111-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-021-1/+1
|\
OpenPOWER on IntegriCloud