summaryrefslogtreecommitdiff
path: root/Documentation/kbuild/makefiles.rst
AgeCommit message (Expand)Author
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
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada
2019-08-29docs: kbuild: remove cc-ldoption from document againMasahiro Yamada
2019-08-29docs: kbuild: fix invalid ReST syntaxMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-21kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rstMasahiro Yamada
2019-08-21kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-17kbuild: get rid of misleading $(AS) from documentsMasahiro Yamada
2019-07-15docs: kbuild: fix build with pdf and fix some minor issuesMauro Carvalho Chehab
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab