index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Kbuild.include
Age
Commit message (
Expand
)
Author
2024-11-27
kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
Masahiro Yamada
2024-07-16
kbuild: raise the minimum GNU Make requirement to 4.0
Masahiro Yamada
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-02-19
kbuild: simplify dtbs_install by reading the list of compiled DTBs
Masahiro Yamada
2023-01-22
kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)
Masahiro Yamada
2023-01-22
kbuild: add more comments for KBUILD_NOCMDDEP=1
Masahiro Yamada
2023-01-22
kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files
Masahiro Yamada
2023-01-22
kbuild: allow to combine multiple V= levels
Masahiro Yamada
2023-01-22
kbuild: print short log in addition to the whole command with V=1
Masahiro Yamada
2022-12-13
kbuild: use .NOTINTERMEDIATE for future GNU Make versions
Masahiro Yamada
2022-12-13
kbuild: add read-file macro
Masahiro Yamada
2022-12-13
kbuild: add test-{ge,gt,le,lt} macros
Masahiro Yamada
2022-11-22
kbuild: add kbuild-file macro
Masahiro Yamada
2022-09-29
kbuild: remove the target in signal traps when interrupted
Masahiro Yamada
2022-06-01
kbuild: add cmd_and_savecmd macro
Masahiro Yamada
2022-05-29
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
2022-01-08
certs: simplify $(srctree)/ handling and remove config_filename macro
Masahiro Yamada
2021-09-03
kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk
Masahiro Yamada
2021-09-03
kbuild: macrofy the condition of if_changed and friends
Masahiro Yamada
2021-05-27
kbuild: sink stdout from cmd for silent build
Masahiro Yamada
2021-04-25
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
2021-02-22
kbuild: remove ld-version macro
Masahiro Yamada
2020-10-21
kbuild: remove leftover comment for filechk utility
Rasmus Villemoes
2020-08-10
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
Masahiro Yamada
2020-06-17
kbuild: improve cc-option to clean up all temporary files
Masahiro Yamada
2020-05-12
kbuild: use -MMD instead of -MD to exclude system headers from dependency
Masahiro Yamada
2020-01-16
kbuild: remove *.tmp file when filechk fails
Masahiro Yamada
2020-01-07
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2020-01-07
kbuild: add stringify helper to quote a string passed to C files
Masahiro Yamada
2019-11-11
kbuild: rename any-prereq to newer-prereqs
Masahiro Yamada
2019-11-11
kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild
Masahiro Yamada
2019-10-01
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
2019-07-27
kbuild: remove unused objectify macro
Masahiro Yamada
2019-07-17
kbuild: remove unused hostcc-option
Masahiro Yamada
2019-07-12
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-07-11
kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix
Masahiro Yamada
2019-07-01
kbuild: save $(strip ...) for calling if_changed and friends
Masahiro Yamada
2019-07-01
kbuild: save $(strip ...) for calling any-prepreq
Masahiro Yamada
2019-07-01
kbuild: rename arg-check to cmd-check
Masahiro Yamada
2019-06-15
kbuild: move hdr-inst shorthand to top Makefile
Masahiro Yamada
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-08
kbuild: use more portable 'command -v' for cc-cross-prefix
Masahiro Yamada
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-21
kbuild: drop support for cc-ldoption
Nick Desaulniers
2019-05-18
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-03-04
kbuild: remove cc-version macro
Masahiro Yamada
2019-02-27
kbuild: refactor cc-cross-prefix implementation
Masahiro Yamada
2019-01-28
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
2019-01-14
kbuild: remove unused baseprereq
Masahiro Yamada
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
[next]