linux/arch/m68k
Greg Ungerer 6b8be804ff m68knommu: fix 68000 CPU link with no platform selected
If building for a nommu m68k classic CPU and no platform (board) is
selected then the final link fails with:

     LD      vmlinux.o
   m68k-linux-ld: cannot find arch/m68k/kernel/head.o: No such file or directory
   make: *** [Makefile:1158: vmlinux] Error 1

Not selecting a platform is ok, that is a generic 68000 system build.
All of the platform selections are for 68328 variants.

The underlying problem is that the CPU config option (CONFIG_M68000)
ends up not being set, it is currently only selected by one of the
platform choices.

Change CONFIG_M68000 so that it is always enabled for the nommu m68k
classic configuration.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
2022-05-25 00:04:11 +10:00
..
68000 m68knommu: fix ucsimm sparse warnings 2022-03-07 14:51:12 +10:00
amiga m68k: Add asm/config.h 2022-02-21 12:00:20 +01:00
apollo m68k: Add asm/config.h 2022-02-21 12:00:20 +01:00
atari for-5.18/block-2022-03-18 2022-03-21 16:48:55 -07:00
bvme6000 for-5.18/block-2022-03-18 2022-03-21 16:48:55 -07:00
coldfire m68k: fix typos in comments 2022-05-16 13:18:30 +10:00
configs New features: 2022-03-22 10:29:51 -07:00
emu block: remove genhd.h 2022-02-02 07:49:59 -07:00
fpsp040
hp300 m68k: removed unused "mach_get_ss" 2022-05-25 00:04:11 +10:00
ifpsp060
include m68k: removed unused "mach_get_ss" 2022-05-25 00:04:11 +10:00
kernel m68k: removed unused "mach_get_ss" 2022-05-25 00:04:11 +10:00
lib
mac m68k: Add asm/config.h 2022-02-21 12:00:20 +01:00
math-emu
mm m68k: coldfire: drop ISA_DMA_API support 2022-05-16 13:18:30 +10:00
mvme16x for-5.18/block-2022-03-18 2022-03-21 16:48:55 -07:00
mvme147 for-5.18/block-2022-03-18 2022-03-21 16:48:55 -07:00
q40 m68k: removed unused "mach_get_ss" 2022-05-25 00:04:11 +10:00
sun3
sun3x
tools/amiga
install.sh
Kbuild
Kconfig hardening updates for v5.18-rc1 2022-03-21 19:32:04 -07:00
Kconfig.bus m68k: coldfire: drop ISA_DMA_API support 2022-05-16 13:18:30 +10:00
Kconfig.cpu m68knommu: fix 68000 CPU link with no platform selected 2022-05-25 00:04:11 +10:00
Kconfig.debug
Kconfig.devices
Kconfig.machine m68knommu: fix undefined reference to `_init_sp' 2022-05-16 16:34:19 +10:00
Makefile