summaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kbuild
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier1-0/+1
This machine allows to have up to 3.2 GiB and 128 Virtio devices. It is based on android goldfish devices. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Link: https://lore.kernel.org/r/20220406201523.243733-5-laurent@vivier.eu Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2020-07-13m68k: sun3: Descend to prom from arch/m68k/sun3Masahiro Yamada1-1/+1
Move prom/ to the more relevant Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20200526123810.301667-2-masahiroy@kernel.org Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2020-07-13m68k: Add arch/m68k/KbuildMasahiro Yamada1-0/+19
Use the standard obj-y form to specify the sub-directories under arch/m68k/. No functional change intended. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Greg Ungerer <gerg@linux-m68k.org> Link: https://lore.kernel.org/r/20200526123810.301667-1-masahiroy@kernel.org Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>