Skip to content

Commit bd3ff3f

Browse files
masahir0ygeertu
authored andcommitted
m68k: sun3: Descend to prom from arch/m68k/sun3
Move prom/ to the more relevant Makefile. Signed-off-by: Masahiro Yamada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 028a342 commit bd3ff3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/m68k/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ obj-$(CONFIG_MVME147) += mvme147/
1010
obj-$(CONFIG_MVME16x) += mvme16x/
1111
obj-$(CONFIG_BVME6000) += bvme6000/
1212
obj-$(CONFIG_SUN3X) += sun3x/ sun3/
13-
obj-$(CONFIG_SUN3) += sun3/ sun3/prom/
13+
obj-$(CONFIG_SUN3) += sun3/
1414
obj-$(CONFIG_NATFEAT) += emu/
1515
obj-$(CONFIG_M68040) += fpsp040/
1616
obj-$(CONFIG_M68060) += ifpsp060/

arch/m68k/sun3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
obj-y := sun3ints.o sun3dvma.o idprom.o
77

8-
obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o
8+
obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o prom/

0 commit comments

Comments
 (0)