aboutsummaryrefslogtreecommitdiff
path: root/sound/core/Makefile
diff options
context:
space:
mode:
authorGravatar Greg Ungerer <gerg@linux-m68k.org> 2022-05-18 16:14:05 +1000
committerGravatar Greg Ungerer <gerg@linux-m68k.org> 2022-05-25 00:04:11 +1000
commit6b8be804ff376f6657ccdf6b29974e7c793d88c4 (patch)
tree820582961f0cc8804df5cb3a717ea917794565bc /sound/core/Makefile
parentm68k: removed unused "mach_get_ss" (diff)
downloadlinux-6b8be804ff376f6657ccdf6b29974e7c793d88c4.tar.gz
linux-6b8be804ff376f6657ccdf6b29974e7c793d88c4.tar.bz2
linux-6b8be804ff376f6657ccdf6b29974e7c793d88c4.zip
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>
Diffstat (limited to 'sound/core/Makefile')
0 files changed, 0 insertions, 0 deletions