index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.lib
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2018-05-15
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
2018-04-07
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
Masahiro Yamada
1
-3
/
+0
2018-04-07
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
Masahiro Yamada
1
-2
/
+2
2018-04-07
genksyms: generate lexer and parser during build instead of shipping
Masahiro Yamada
1
-21
/
+3
2018-04-06
Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+4
2018-03-31
kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>
Masahiro Yamada
1
-0
/
+1
2018-03-25
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
Masahiro Yamada
1
-4
/
+3
2018-03-25
kbuild: rename real-objs-y/m to real-obj-y/m
Masahiro Yamada
1
-4
/
+4
2018-03-25
kbuild: move modname and modname-multi close to modname_flags
Masahiro Yamada
1
-6
/
+8
2018-03-25
kbuild: simplify modname calculation
Masahiro Yamada
1
-7
/
+0
2018-03-25
kbuild: fix modname for composite modules
Cao jin
1
-2
/
+2
2018-03-25
kbuild: define KBUILD_MODNAME even if multiple modules share objects
Masahiro Yamada
1
-7
/
+5
2018-03-25
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
Masahiro Yamada
1
-1
/
+1
2018-03-25
kbuild: Use ls(1) instead of stat(1) to obtain file size
Michael Forney
1
-1
/
+1
2018-03-25
kbuild: rename built-in.o to built-in.a
Nicholas Piggin
1
-3
/
+3
2018-03-08
kbuild: Handle builtin dtb file names containing hyphens
James Hogan
1
-4
/
+4
2018-03-06
scripts: turn off some new dtc warnings by default
Rob Herring
1
-0
/
+2
2018-03-01
scripts: re-enable some now fixed dtc warnings
Rob Herring
1
-3
/
+0
2018-03-01
kbuild: add dtc as dependency on .dtb files
Rob Herring
1
-1
/
+1
2018-03-01
kbuild: remove remaining use of undefined YACC_PREFIX
Rob Herring
1
-1
/
+1
2018-02-07
kasan: don't emit builtin calls when sanitization is off
Andrey Konovalov
1
-1
/
+1
2018-02-01
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-9
/
+19
2018-01-25
kbuild: fix W= option checks for extra DTC warnings
Masahiro Yamada
1
-2
/
+2
2018-01-21
kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX
Masahiro Yamada
1
-6
/
+2
2017-12-16
kbuild: prepare to remove C files pre-generated by flex and bison
Masahiro Yamada
1
-3
/
+17
2017-12-16
kbuild: add LEX and YACC variables
Masahiro Yamada
1
-2
/
+2
2017-11-23
kbuild: drop $(extra-y) from real-objs-y
Masahiro Yamada
1
-1
/
+1
2017-11-18
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-23
/
+11
2017-11-16
kbuild: create object directories simpler and faster
Masahiro Yamada
1
-5
/
+0
2017-11-15
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+5
2017-11-10
kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib
Masahiro Yamada
1
-0
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS
Masahiro Yamada
1
-4
/
+4
2017-10-26
kbuild: comments cleanup in Makefile.lib
Cao jin
1
-14
/
+7
2017-09-09
remove gperf left-overs from build system
Linus Torvalds
1
-9
/
+0
2017-08-21
of: search scripts/dtc/include-prefixes path for both CPP and DTC
Masahiro Yamada
1
-2
/
+4
2017-08-21
of: remove arch/$(SRCARCH)/boot/dts from include search path for CPP
Masahiro Yamada
1
-1
/
+0
2017-08-21
of: remove drivers/of/testcase-data from include search path for CPP
Masahiro Yamada
1
-1
/
+0
2017-05-19
devicetree: Move include prefixes from arch to separate directory
Olof Johansson
1
-1
/
+1
2017-05-11
Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+31
2017-05-06
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+13
2017-04-28
of: per-file dtc compiler flags
Frank Rowand
1
-0
/
+2
2017-04-23
kbuild: fix asm-offset generation to work with clang
Jeroen Hofstee
1
-2
/
+6
2017-04-23
kbuild: consolidate redundant sed script ASM offset generation
Masahiro Yamada
1
-1
/
+0
[next]