summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ia64: move core-y in arch/ia64/Makefile to arch/ia64/KbuildMasahiro Yamada2021-09-031-0/+2
| | | | | | Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
* kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
arch/$(SRCARCH)/Kbuild is useful for Makefile cleanups because you can use the obj-y syntax. Add an empty file if it is missing in arch/$(SRCARCH)/. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>