Makefile.kern.m68k.inc revision 1.1
11.1Smrg# $NetBSD: Makefile.kern.m68k.inc,v 1.1 2018/02/25 00:27:16 mrg Exp $ 21.1Smrg 31.1Smrg# Special make rule to build fpu files in the kernel and avoid passing 41.1Smrg# -msoft-float. Use this with config(1) file, eg: 51.1Smrg# file arch/m68k/m68k/fpu.c compile-with "${M68K_KERN_FPU}" 61.1Smrg 71.1SmrgM68K_KERN_FPU= \ 81.1Smrg ${CC} ${COPTS.${<:T}} ${CFLAGS:N-msoft-float} ${CPPFLAGS} -c $< -o $@ 9