index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-23
kbuild: fix DT binding schema rule again to avoid needless rebuilds
Masahiro Yamada
1
-1
/
+1
2020-03-03
kbuild: Always validate DT binding examples
Rob Herring
1
-1
/
+2
2020-02-27
kbuild: remove unneeded semicolon at the end of cmd_dtb_check
Masahiro Yamada
1
-1
/
+1
2020-02-27
kbuild: fix DT binding schema rule to detect command line changes
Masahiro Yamada
1
-2
/
+2
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
1
-1
/
+5
2020-01-07
kbuild: pass KBUILD_MODFILE when compiling builtin objects
Masahiro Yamada
1
-6
/
+9
2020-01-07
kbuild: add stringify helper to quote a string passed to C files
Masahiro Yamada
1
-1
/
+1
2020-01-07
kbuild: do not create orphan built-in.a or obj-y objects
Masahiro Yamada
1
-0
/
+4
2019-11-15
kbuild: remove header compile test
Masahiro Yamada
1
-14
/
+0
2019-10-01
kbuild: remove ar-option and KBUILD_ARFLAGS
Masahiro Yamada
1
-1
/
+1
2019-09-06
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
1
-2
/
+2
2019-09-04
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
1
-5
/
+8
2019-09-04
kbuild: add $(BASH) to run scripts with bash-extension
Masahiro Yamada
1
-1
/
+1
2019-08-22
kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build
Masahiro Yamada
1
-0
/
+12
2019-08-15
kbuild: treat an object as multi-used when $(foo-) is set
Masahiro Yamada
1
-5
/
+5
2019-08-14
kbuild: move flex and bison rules to Makefile.host
Masahiro Yamada
1
-16
/
+0
2019-08-14
kbuild: make bison create C file and header in a single pattern rule
Masahiro Yamada
1
-9
/
+3
2019-07-27
kbuild: remove unused single-used-m
Masahiro Yamada
1
-2
/
+0
2019-07-17
kbuild: compile-test headers listed in header-test-m as well
Masahiro Yamada
1
-1
/
+1
2019-07-11
kbuild: fix compression errors getting ignored
Harald Seiler
1
-5
/
+5
2019-07-11
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
1
-1
/
+1
2019-07-09
kbuild: support header-test-pattern-y
Masahiro Yamada
1
-0
/
+11
2019-07-09
kbuild: do not create wrappers for header-test-y
Masahiro Yamada
1
-1
/
+1
2019-06-15
kbuild: add support for ensuring headers are self-contained
Jani Nikula
1
-0
/
+3
2019-05-22
dt-bindings: Pass binding directory to validation tools
Rob Herring
1
-1
/
+1
2019-05-18
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
1
-18
/
+8
2019-04-02
kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build
Masahiro Yamada
1
-1
/
+1
2019-03-14
kbuild: move archive command to scripts/Makefile.lib
Masahiro Yamada
1
-0
/
+6
2019-01-28
kbuild: remove unnecessary in-subshell execution
Masahiro Yamada
1
-11
/
+10
2019-01-28
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
1
-9
/
+9
2019-01-28
kbuild: simplify rules of data compression with size appending
Masahiro Yamada
1
-11
/
+7
2019-01-28
kbuild: skip 'addtree' and 'flags' magic for external module build
Masahiro Yamada
1
-5
/
+6
2019-01-06
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
1
-2
/
+1
2019-01-06
kbuild: remove redundant target cleaning on failure
Masahiro Yamada
1
-14
/
+7
2019-01-06
kbuild: clean up rule_dtc_dt_yaml
Masahiro Yamada
1
-2
/
+2
2019-01-06
kbuild: remove UIMAGE_IN and UIMAGE_OUT
Masahiro Yamada
1
-4
/
+2
2018-12-29
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2018-12-13
Merge branch 'yaml-bindings-for-v4.21' into dt/next
Rob Herring
1
-2
/
+22
2018-12-13
kbuild: Add support for DT binding schema checks
Rob Herring
1
-2
/
+22
2018-12-01
kbuild: remove redundant 'set -e' from filechk_offsets
Masahiro Yamada
1
-1
/
+1
2018-11-30
kbuild: Enable dtc graph_port warning by default
Rob Herring
1
-1
/
+0
2018-11-30
kbuild: disable dtc simple_bus_reg warnings by default
Rob Herring
1
-0
/
+1
2018-10-02
kbuild: consolidate Devicetree dtb build rules
Rob Herring
1
-1
/
+1
2018-08-24
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
1
-1
/
+1
2018-07-28
kbuild: do not redirect the first prerequisite for filechk
Masahiro Yamada
1
-1
/
+1
2018-07-19
kbuild: change ld_flags to contain LDFLAGS_$(@F)
Masahiro Yamada
1
-2
/
+2
2018-07-19
kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
Masahiro Yamada
1
-2
/
+1
2018-06-07
Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2018-05-14
kbuild: disable new dtc graph and unit-address warnings
Rob Herring
1
-0
/
+3
2018-05-05
kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
Masahiro Yamada
1
-1
/
+1
[next]