diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-05-26 21:38:08 +0900 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-07-13 11:39:12 +0200 |
commit | bd3ff3f1b69cdb315d91fef0fb9512af83ae579b (patch) | |
tree | 48c929aad58ce1cea2412fba5933ceb41591fabf /arch/m68k/sun3/Makefile | |
parent | 028a342ec8e128c5d71548d1210f1dba1ae95332 (diff) |
m68k: sun3: Descend to prom from arch/m68k/sun3
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>
Diffstat (limited to 'arch/m68k/sun3/Makefile')
-rw-r--r-- | arch/m68k/sun3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/sun3/Makefile b/arch/m68k/sun3/Makefile index 9960c46d303c..4e99e17d82ea 100644 --- a/arch/m68k/sun3/Makefile +++ b/arch/m68k/sun3/Makefile @@ -5,4 +5,4 @@ obj-y := sun3ints.o sun3dvma.o idprom.o -obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o +obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o prom/ |