Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
4012e7d09d99b62d80046790657c0b0e32310d50
/
scripts
/
Kbuild.include
bd352a7
kbuild: remove unused baseprereq
by Masahiro Yamada
· 6 years ago
ba97df4
kbuild: use assignment instead of define ... endef for filechk_* rules
by Masahiro Yamada
· 6 years ago
ad77408
kbuild: change filechk to surround the given command with { }
by Masahiro Yamada
· 6 years ago
668c35f
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
6ac3893
Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs"
by Ingo Molnar
· 6 years ago
8e9b61b
kbuild: move .SECONDARY special target to Kbuild.include
by Masahiro Yamada
· 6 years ago
6712696
kbuild: refactor if_changed
by Masahiro Yamada
· 6 years ago
e5d2891
kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule
by Masahiro Yamada
· 6 years ago
3a2429e
kbuild: change if_changed_rule for multi-line recipe
by Masahiro Yamada
· 6 years ago
bbda5ec
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
by Masahiro Yamada
· 6 years ago
392885e
kbuild: let fixdep directly write to .*.cmd files
by Masahiro Yamada
· 6 years ago
9951674
kbuild: remove cc-name variable
by Masahiro Yamada
· 6 years ago
3f80bab
kbuild: remove unused cc-fullversion variable
by Masahiro Yamada
· 6 years ago
ac747c0
Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
77b0bf5
kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs
by Nadav Amit
· 6 years ago
487c7c7
kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
by Masahiro Yamada
· 6 years ago
36bf9da
x86/build: Remove jump label quirk for GCC older than 4.5.2
by Masahiro Yamada
· 6 years ago
d503ac5
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
by Masahiro Yamada
· 6 years ago
01f0e5cd
Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
e026bcc
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
1202f4f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
43fee2b
kbuild: do not redirect the first prerequisite for filechk
by Masahiro Yamada
· 6 years ago
9c2af1c
kbuild: add .DELETE_ON_ERROR special target
by Masahiro Yamada
· 6 years ago
c931d34
arm64: build with baremetal linker target instead of Linux when available
by Olof Johansson
· 6 years ago
96f14fe
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
by Laura Abbott
· 6 years ago
48f6e3c
kbuild: do not drop -I without parameter
by Masahiro Yamada
· 6 years ago
e08d6de
kbuild: remove kbuild cache
by Masahiro Yamada
· 6 years ago
e6ecfb4
kbuild: do not display CHK for filechk
by Masahiro Yamada
· 6 years ago
9564a8c
Kbuild: fix # escaping in .cmd files for future Make
by Rasmus Villemoes
· 7 years ago
fbfa9be
kbuild: move include/config/ksym/* to include/ksym/*
by Masahiro Yamada
· 7 years ago
0294e6f
kbuild: simplify ld-option implementation
by Masahiro Yamada
· 7 years ago
1fe7d2b
kbuild: Improve portability of some sed invocations
by Michael Forney
· 7 years ago
9a234a2
kbuild: create directory for make cache only when necessary
by Masahiro Yamada
· 7 years ago
86a9df5
kbuild: fix linker feature test macros when cross compiling with Clang
by Nick Desaulniers
· 7 years ago
e17c400
kbuild: shrink .cache.mk when it exceeds 1000 lines
by Masahiro Yamada
· 7 years ago
3298b69
kbuild: Add a cache for generated variables
by Douglas Anderson
· 7 years ago
312a3d0
kbuild: trivial cleanups on the comments
by Cao jin
· 7 years ago
9f3f1fd
kbuild: Add __cc-option macro
by Matthias Kaehlcke
· 7 years ago
39a33ff
kbuild: remove cc-option-align
by Masahiro Yamada
· 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
· 8 years ago
c3f0d0b
kbuild, LLVMLinux: Add -Werror to cc-option to support clang
by Mark Charlebois
· 8 years ago
3f135e5
x86/build: Mostly disable '-maccumulate-outgoing-args'
by Josh Poimboeuf
· 8 years ago
0d070d2
Kbuild: Add cpp_its_S in ksym_dep_filter
by Marcin Nowakowski
· 8 years ago
d26e941
kbuild: no gcc-plugins during cc-option tests
by Emese Revfy
· 8 years ago
db547ef
Kbuild: don't add obj tree in additional includes
by Arnd Bergmann
· 8 years ago
b999596
Kbuild: don't add ../../ to include path
by Arnd Bergmann
· 8 years ago
9c8fa9b
kbuild: fix if_change and friends to consider argument order
by Masahiro Yamada
· 9 years ago
f110e0f
kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line
by Nicolas Pitre
· 9 years ago
366f485
kbuild: adjust ksym_dep_filter for some cmd_* renames
by Nicolas Pitre
· 9 years ago
c1a95fd
kbuild: add fine grained build dependencies for exported symbols
by Nicolas Pitre
· 9 years ago
e4aca45
kbuild: de-duplicate fixdep usage
by Nicolas Pitre
· 9 years ago
2aedcd0
kbuild: suppress annoying "... is up to date." message
by Masahiro Yamada
· 9 years ago
dab3c3c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
5631d9c
kbuild: Fix clang detection
by Michal Marek
· 9 years ago
3ee550f
modsign: Handle signing key in source tree
by David Woodhouse
· 9 years ago
6dcb4e5
kbuild: allow cc-ifversion to have the argument for false condition
by Masahiro Yamada
· 10 years ago
665d92e
kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
by Masahiro Yamada
· 10 years ago
dd33c03
kbuild: fix cc-ifversion macro
by Masahiro Yamada
· 10 years ago
d08372c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
1846dfb
kbuild: remove redundant -rR flag of hdr-inst
by Masahiro Yamada
· 10 years ago
371fdc7
kbuild: collect shorthands into scripts/Kbuild.include
by Masahiro Yamada
· 10 years ago
9fb5e53
dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
by Robert Richter
· 10 years ago
5b2389b
kbuild: simplify build, clean, modbuiltin shorthands
by Masahiro Yamada
· 10 years ago
164f0d2
kbuild: Fix handling of backslashes in *.cmd files
by Michal Marek
· 10 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
ccbef16
Kbuild, lto: add ld-version and ld-ifversion macros
by Andi Kleen
· 11 years ago
5b83df2
kbuild: fix ld-option function
by Antony Pavlov
· 12 years ago
d43b716
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
c353acb
kbuild: make: fix if_changed when command contains backslashes
by Sascha Hauer
· 12 years ago
b1e0d8b
kbuild: Fix gcc -x syntax
by Jean Delvare
· 12 years ago
875de98
scripts/Kbuild.include: Fix portability problem of "echo -e"
by Bernhard Walle
· 13 years ago
e0318d8
kbuild: add `baseprereq'
by Arnaud Lacombe
· 13 years ago
c4d5ee1
kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.o
by Michal Marek
· 14 years ago
8417da6f
kbuild: Fix passing -Wno-* options to gcc 4.4+
by Michal Marek
· 14 years ago
40df759
kbuild: Fix build with binutils <= 2.19
by Michal Marek
· 14 years ago
bc081dd
kbuild: generate modules.builtin
by Michal Marek
· 15 years ago
a3ee947
kbuild,scripts: use non-builtin echo for '-e'
by Amerigo Wang
· 15 years ago
c47efe5
kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling
by Jory A. Pratt
· 15 years ago
691ef3e
kbuild: introduce ld-option
by Sam Ravnborg
· 15 years ago
f86fd30
kbuild: rename ld-option to cc-ldoption
by Sam Ravnborg
· 15 years ago
fd54f50
kbuild: use KECHO convenience echo
by Mike Frysinger
· 16 years ago
5410ecc
kbuild: introduce $(kecho) convenience echo
by Mike Frysinger
· 16 years ago
5b91c33
kbuild: fix -I option expansion with O=... builds
by Sam Ravnborg
· 16 years ago
43789e2
kbuild: fix cc-option and cc-option-yn
by H. Peter Anvin
· 16 years ago
fab1e31
kbuild: fix make V=1
by Sam Ravnborg
· 17 years ago
d75f4c68
kbuild: silence CHK/UPD messages according to $(quiet)
by Mike Frysinger
· 17 years ago
910b404
kbuild: introduce cc-cross-prefix
by Sam Ravnborg
· 17 years ago
222d394
kbuild: enable 'make AFLAGS=...' to add additional options to AS
by Sam Ravnborg
· 17 years ago
a0f97e0
kbuild: enable 'make CFLAGS=...' to add additional options to CC
by Sam Ravnborg
· 17 years ago
0ab2a27
kbuild: New 'cc-fullversion' macro
by Segher Boessenkool
· 18 years ago
beda9f3
[PATCH] kbuild: more Makefile cleanups
by Roman Zippel
· 18 years ago
b892afd
kbuild: fix space for good (take 103)
by Linus Torvalds
· 18 years ago
c4184f1
kbuild: make $(checker-shell ) strip spaces around the result
by Linus Torvalds
· 18 years ago
bff288c
[PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments
by Oleg Verych
· 18 years ago
5de043f
[PATCH] kbuild: improve option checking, Kbuild.include cleanup
by Oleg Verych
· 18 years ago
347a00f
[PATCH] kbuild: don't put temp files in source
by Roman Zippel
· 18 years ago
adf1423
[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder
by Jan Beulich
· 18 years ago
e241491
[PATCH] x86: Detect CFI support in the assembler at runtime
by Andi Kleen
· 18 years ago
45d506b
kbuild: make V=2 tell why a target is rebuild
by Sam Ravnborg
· 18 years ago
Next »