Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cdbb65c4c7ead680ebe54f4f0d486e2847a500ea
/
scripts
/
Makefile.lib
289cf15
Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
74656b6
kbuild: disable new dtc graph and unit-address warnings
by Rob Herring
· 7 years ago
d59fbbd
kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
by Masahiro Yamada
· 7 years ago
54a702f
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
by Masahiro Yamada
· 7 years ago
a7f9241
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
by Masahiro Yamada
· 7 years ago
833e622
genksyms: generate lexer and parser during build instead of shipping
by Masahiro Yamada
· 7 years ago
9c2dd84
Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
a95b37e
kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>
by Masahiro Yamada
· 7 years ago
f98fe47
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
by Masahiro Yamada
· 7 years ago
f5f3368
kbuild: rename real-objs-y/m to real-obj-y/m
by Masahiro Yamada
· 7 years ago
c0152e9
kbuild: move modname and modname-multi close to modname_flags
by Masahiro Yamada
· 7 years ago
fe852ac
kbuild: simplify modname calculation
by Masahiro Yamada
· 7 years ago
c96a294
kbuild: fix modname for composite modules
by Cao jin
· 7 years ago
aeacb01
kbuild: define KBUILD_MODNAME even if multiple modules share objects
by Masahiro Yamada
· 7 years ago
8cd0e46
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
by Masahiro Yamada
· 7 years ago
a670b0b
kbuild: Use ls(1) instead of stat(1) to obtain file size
by Michael Forney
· 7 years ago
f49821e
kbuild: rename built-in.o to built-in.a
by Nicholas Piggin
· 7 years ago
55fe6da
kbuild: Handle builtin dtb file names containing hyphens
by James Hogan
· 7 years ago
4fd98e3
scripts: turn off some new dtc warnings by default
by Rob Herring
· 7 years ago
f26e938
scripts: re-enable some now fixed dtc warnings
by Rob Herring
· 7 years ago
b8fc5b2
kbuild: add dtc as dependency on .dtb files
by Rob Herring
· 7 years ago
e71de5e
kbuild: remove remaining use of undefined YACC_PREFIX
by Rob Herring
· 7 years ago
0e410e1
kasan: don't emit builtin calls when sanitization is off
by Andrey Konovalov
· 7 years ago
562f36e
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
f759625
kbuild: fix W= option checks for extra DTC warnings
by Masahiro Yamada
· 7 years ago
eea199b
kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX
by Masahiro Yamada
· 7 years ago
033dba2
kbuild: prepare to remove C files pre-generated by flex and bison
by Masahiro Yamada
· 7 years ago
73a4f6d
kbuild: add LEX and YACC variables
by Masahiro Yamada
· 7 years ago
10aaa3b7
kbuild: drop $(extra-y) from real-objs-y
by Masahiro Yamada
· 7 years ago
09bd7c7
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
8a78756
kbuild: create object directories simpler and faster
by Masahiro Yamada
· 7 years ago
37cb8e1
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
7e7962d
kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib
by Masahiro Yamada
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
4e13d47
kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS
by Masahiro Yamada
· 7 years ago
8fdc3fb
kbuild: comments cleanup in Makefile.lib
by Cao jin
· 7 years ago
c054be1
remove gperf left-overs from build system
by Linus Torvalds
· 7 years ago
50f9dda
of: search scripts/dtc/include-prefixes path for both CPP and DTC
by Masahiro Yamada
· 7 years ago
5ffa2ae
of: remove arch/$(SRCARCH)/boot/dts from include search path for CPP
by Masahiro Yamada
· 7 years ago
b12869a
of: remove drivers/of/testcase-data from include search path for CPP
by Masahiro Yamada
· 7 years ago
d5d332d
devicetree: Move include prefixes from arch to separate directory
by Olof Johansson
· 7 years ago
593043d
Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
3ef2bc0
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 8 years ago
331f741
of: per-file dtc compiler flags
by Frank Rowand
· 8 years ago
cf0c3e6
kbuild: fix asm-offset generation to work with clang
by Jeroen Hofstee
· 8 years ago
7dd47b9
kbuild: consolidate redundant sed script ASM offset generation
by Masahiro Yamada
· 8 years ago
ebf003f
kbuild: Consolidate header generation from ASM offset information
by Matthias Kaehlcke
· 8 years ago
8654cb8
dtc: update warning settings for new bus and node/property name checks
by Rob Herring
· 8 years ago
4607ebf
kbuild: external module build warnings when KBUILD_OUTPUT set and W=1
by Allan, Bruce W
· 8 years ago
d52bd54
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
a4691de
kcov: allow more fine-grained coverage instrumentation
by Vegard Nossum
· 8 years ago
db547ef
Kbuild: don't add obj tree in additional includes
by Arnd Bergmann
· 8 years ago
5b26fc8
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
b42841b
kbuild: Get rid of KBUILD_STR
by Michal Marek
· 9 years ago
bc55398
dtc: turn off dtc unit address warnings by default
by Rob Herring
· 9 years ago
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
6b22b3d
kbuild: Allow using host dtc instead of kernel's copy
by Rob Herring
· 9 years ago
c6d3085
UBSAN: run-time undefined behavior sanity checker
by Andrey Ryabinin
· 9 years ago
d9569f0
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
a7e137e
kbuild: add AFLAGS_REMOVE_(basename).o option
by Heiko Carstens
· 9 years ago
cf4f219
kbuild: Allow to specify composite modules with modname-m
by Michal Marek
· 9 years ago
77479b3
kbuild: Create directory for target DTB
by Nathan Rossi
· 10 years ago
0b24bec
kasan: add kernel address sanitizer infrastructure
by Andrey Ryabinin
· 10 years ago
9fb5e53
dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
by Robert Richter
· 10 years ago
c8589d1
kbuild: handle multi-objs dependency appropriately
by Masahiro Yamada
· 10 years ago
38385f8
kbuild: trivial - remove trailing spaces
by Masahiro Yamada
· 11 years ago
b003d77
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
1333893
kbuild: move "quote" to Kbuild.include to be consistent
by Masahiro Yamada
· 11 years ago
dab2310
Merge tag 'v3.14-rc5' into HEAD
by Grant Likely
· 11 years ago
f4d4ffc
kbuild: dtbs_install: new make target
by Jason Cooper
· 11 years ago
b519051
of: Move testcase FDT data into drivers/of
by Grant Likely
· 11 years ago
cb63fc2
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
e76e1fd
lib: add support for LZ4-compressed kernel
by Kyungsik Lee
· 11 years ago
4d47dde
kbuild: create directory for dir/file.o
by 张忠山
· 11 years ago
b0a4d8b
kbuild: make sure we clean up DTB temporary files
by Ian Campbell
· 11 years ago
1c00a47
Makefile.lib: align DTB quiet_cmd
by James Hogan
· 11 years ago
ad06156
kbuild: Don't assume dts files live in arch/*/boot/dts
by Matthijs Kooijman
· 12 years ago
f8ce1fa
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
b40b25f
kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp
by Stephen Warren
· 12 years ago
85f02be
kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtc
by Stephen Warren
· 12 years ago
c58299a
kbuild: create an "include chroot" for DT bindings
by Stephen Warren
· 12 years ago
b92021b
CONFIG_SYMBOL_PREFIX: cleanup.
by Rusty Russell
· 12 years ago
e570d7c
kbuild: limit dtc+cpp include path
by Stephen Warren
· 12 years ago
22435f3
kbuild: create a rule to run the pre-processor on *.dts files
by Stephen Warren
· 12 years ago
90b335f
kbuild: centralize .dts->.dtb rule
by Stephen Warren
· 12 years ago
e339364
Kbuild: centralize MKIMAGE and cmd_uimage definitions
by Stephen Warren
· 13 years ago
7c43185
Kbuild: Use dtc's -d (dependency) option
by Stephen Warren
· 13 years ago
5bb0571
kbuild: Fix comment in Makefile.lib
by Michal Marek
· 13 years ago
58238c8
kbuild: prevent make from deleting _shipped files
by Peter Foley
· 13 years ago
991d76c
kbuild: simplify the %_shipped rule
by Arnaud Lacombe
· 13 years ago
7373f4f
kbuild: add implicit rules for parser generation
by Arnaud Lacombe
· 13 years ago
6ae9ecb
kbuild: Call gzip with -n
by Michal Marek
· 14 years ago
24fa040
decompressors: add XZ decompressor module
by Lasse Collin
· 14 years ago
aab9433
of: Add support for linking device tree blobs into vmlinux
by Dirk Brandewie
· 14 years ago
c9e2a72
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
d63f6d1
initramfs: Fix build break on symbol-prefixed archs
by Mike Frysinger
· 14 years ago
52159d9
jump label: Convert dynamic debug to use jump labels
by Jason Baron
· 14 years ago
1f73897
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 14 years ago
d61931d
x86: Add optimized popcnt variants
by Borislav Petkov
· 15 years ago
2d74b2c
scripts/Makefile.lib: Align the output of LZO
by Wu Zhangjin
· 15 years ago
Next »