summaryrefslogtreecommitdiff
path: root/Documentation/kbuild/makefiles.rst
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+11
2023-11-01kbuild: support 'userldlibs' syntaxMasahiro Yamada1-0/+4
2023-10-18docs: kbuild: add INSTALL_DTBS_PATHRicardo B. Marliere1-0/+7
2023-09-11Documentation: Drop or replace remaining mentions of IA64Ard Biesheuvel1-1/+1
2023-02-26docs: kbuild: remove description of KBUILD_LDS_MODULESangmoon Kim1-4/+0
2023-01-22docs/kbuild/makefiles: unify quotingJani Nikula1-60/+60
2023-01-22docs/kbuild/makefiles: clean up indentation and whitespaceJani Nikula1-927/+958
2023-01-22docs/kbuild/makefiles: drop section numbering, use referencesJani Nikula1-103/+103
2023-01-22docs/kbuild/makefiles: throw out the local table of contentsJani Nikula1-61/+0
2023-01-22docs/kbuild/makefiles: fix header underlineJani Nikula1-1/+1
2023-01-22kbuild: drop V=0 supportMasahiro Yamada1-2/+2
2023-01-09docs: kbuild: remove mention to dropped $(objtree) featureMiguel Ojeda1-1/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-33/+23
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-4/+5
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-17/+1
2022-09-28Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers1-12/+17
2022-09-28docs: add Rust documentationMiguel Ojeda1-4/+46
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman1-0/+2
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada1-15/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-7/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2021-02-16kbuild: doc: remove "Objects which export symbols" sectionMasahiro Yamada1-7/+1
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada1-1/+1
2021-01-29arch: sparc: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2021-01-23scsi: Drop gdth driverHannes Reinecke1-3/+1
2021-01-10Documentation: kbuild: Fix section referenceViresh Kumar1-1/+1
2020-12-21kbuild: doc: document subdir-y syntaxMasahiro Yamada1-0/+15
2020-12-21kbuild: doc: clarify the difference between extra-y and always-yMasahiro Yamada1-39/+71
2020-12-21kbuild: doc: split if_changed explanation to a separate sectionMasahiro Yamada1-42/+52
2020-12-21kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sectionsMasahiro Yamada1-48/+40
2020-12-21kbuild: doc: fix 'List directories to visit when descending' sectionMasahiro Yamada1-9/+10
2020-12-21kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/Masahiro Yamada1-27/+34
2020-12-21kbuild: doc: update the description about kbuild MakefilesMasahiro Yamada1-1/+1
2020-10-14kbuild: doc: describe proper script invocationLukas Bulwahn1-0/+20
2020-09-03kbuild: Documentation: clean up makefiles.rstRandy Dunlap1-9/+9
2020-08-09kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada1-1/+30
2020-08-09kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-0/+14
2020-06-06kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2020-05-17kbuild: doc: document the new syntax 'userprogs'Masahiro Yamada1-48/+135
2020-04-23Documentation: kbuild: fix the section title formatMasahiro Yamada1-1/+2
2020-03-13kbuild: doc: fix references to other documentsMasahiro Yamada1-3/+3
2020-02-27kbuild: get rid of trailing slash from subdir- exampleMasahiro Yamada1-1/+1
2020-02-26kbuild: remove wrong documentation about mandatory-yMasahiro Yamada1-3/+0
2020-02-03kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-33/+16
2020-02-03kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada1-2/+2
2019-12-21kbuild: clarify the difference between obj-y and obj-m w.r.t. descendingMasahiro Yamada1-3/+13
2019-11-14kbuild: remove header compile testMasahiro Yamada1-17/+0
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada1-5/+0
2019-09-04kbuild: remove ARCH_{CPP,A,C}FLAGSMasahiro Yamada1-7/+0