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
/
Documentation
/
kbuild
/
makefiles.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1369
/
+0
2019-05-20
kbuild: drop support for cc-ldoption
Nick Desaulniers
1
-14
/
+0
2019-03-17
kbuild: force all architectures except um to include mandatory-y
Masahiro Yamada
1
-1
/
+1
2019-03-04
kbuild: remove cc-version macro
Masahiro Yamada
1
-17
/
+0
2019-01-28
kbuild: remove top-level built-in.a
Masahiro Yamada
1
-7
/
+2
2019-01-06
kbuild: generate asm-generic wrappers if mandatory headers are missing
Masahiro Yamada
1
-3
/
+6
2018-11-01
kbuild: remove unused cc-fullversion variable
Masahiro Yamada
1
-15
/
+0
2018-08-22
kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
Michal Suchanek
1
-1
/
+1
2018-07-21
kbuild: if_changed: document single use per target limitation
Dirk Gouders
1
-0
/
+6
2018-07-17
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
Laura Abbott
1
-1
/
+1
2018-03-25
kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt
Masahiro Yamada
1
-6
/
+0
2018-03-25
kbuild: rename built-in.o to built-in.a
Nicholas Piggin
1
-8
/
+8
2018-03-25
kbuild: remove incremental linking option
Nicholas Piggin
1
-2
/
+8
2017-11-15
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2017-11-08
kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
Masahiro Yamada
1
-1
/
+0
2017-10-24
kbuild doc: a bundle of fixes on makefiles.txt
Cao jin
1
-13
/
+18
2017-08-07
kbuild: Update example for ccflags-y usage
Sedat Dilek
1
-3
/
+3
2017-07-08
Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-35
/
+6
2017-06-25
kbuild: remove cc-option-align
Masahiro Yamada
1
-16
/
+0
2017-06-22
kbuild: replace genhdr-y with generated-y
Masahiro Yamada
1
-19
/
+6
2017-05-18
Documentation, kbuild: fix typo "minimun" -> "minimum"
Tobias Klauser
1
-1
/
+1
2017-05-10
uapi: export all arch specifics directories
Nicolas Dichtel
1
-14
/
+1
2017-05-10
uapi: export all headers under uapi directories
Nicolas Dichtel
1
-25
/
+41
2017-05-10
Makefile.headersinst: remove destination-y option
Nicolas Dichtel
1
-19
/
+4
2016-09-09
kbuild: add arch specific post-link Makefile
Nicholas Piggin
1
-0
/
+16
2016-07-07
kbuild, x86: Track generated headers with generated-y
James Hogan
1
-0
/
+14
2015-07-06
kbuild: Allow arch Makefiles to override {cpp,ld,c}flags
Michal Marek
1
-0
/
+8
2015-06-09
kbuild: edit explanation of clean-files variable
Jeffrey Rogers
1
-2
/
+2
2015-02-19
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
1
-6
/
+5
2015-01-09
kbuild: allow cc-ifversion to have the argument for false condition
Masahiro Yamada
1
-2
/
+3
2015-01-09
kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
Masahiro Yamada
1
-2
/
+2
2015-01-08
kbuild: Update documentation of clean-files and clean-dirs
Michal Marek
1
-6
/
+5
2014-08-19
Documentation: kbuild: Improve grammar
Geert Uytterhoeven
1
-28
/
+28
2014-08-19
Documentation: kbuild: Remove obsolete dtc_cpp section
Geert Uytterhoeven
1
-23
/
+0
2014-08-19
Documentation: kbuild: Improve if_changed documentation
Geert Uytterhoeven
1
-3
/
+3
2014-08-19
Documentation: kbuild: Remove obsolete include/asm symlink step
Geert Uytterhoeven
1
-5
/
+4
2014-08-14
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-31
/
+8
2014-07-16
kbuild: drop shared library support from Makefile.host
Masahiro Yamada
1
-31
/
+8
2014-06-18
kbuild: fix a typo in a kbuild document
Masahiro Yamada
1
-1
/
+1
2013-05-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
1
-2
/
+3
2013-04-08
doc: change example to existing Makefile fragment
Paul Bolle
1
-2
/
+3
2013-04-08
kbuild: fix ld-option function
Antony Pavlov
1
-1
/
+1
2013-02-08
kbuild: create a rule to run the pre-processor on *.dts files
Stephen Warren
1
-0
/
+23
2012-11-30
kbuild: centralize .dts->.dtb rule
Stephen Warren
1
-7
/
+8
2012-10-02
UAPI: Remove the objhdr-y export list
David Howells
1
-4
/
+4
2011-11-18
kbuild: Add support for an "archheaders" target
H. Peter Anvin
1
-18
/
+32
2011-06-13
doc: fix wrong arch/i386 references
Wanlong Gao
1
-19
/
+19
2011-05-03
kbuild: Fix passing -Wno-* options to gcc 4.4+
Michal Marek
1
-0
/
+12
2011-04-28
kbuild: asm-generic support
Sam Ravnborg
1
-0
/
+36
2011-04-20
kbuild: Fix build with binutils <= 2.19
Michal Marek
1
-0
/
+5
[next]