Makefile.kern.m68k.inc revision 1.1
1#	$NetBSD: Makefile.kern.m68k.inc,v 1.1 2018/02/25 00:27:16 mrg Exp $
2
3# Special make rule to build fpu files in the kernel and avoid passing
4# -msoft-float.  Use this with config(1) file, eg:
5#   file arch/m68k/m68k/fpu.c compile-with "${M68K_KERN_FPU}"
6
7M68K_KERN_FPU= \
8	${CC} ${COPTS.${<:T}} ${CFLAGS:N-msoft-float} ${CPPFLAGS} -c $< -o $@
9