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