NetBSD/sys/arch/luna68k
uebayasi 44e9385020 Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of
${MD_OBJS}.

${MD_OBJS} should be used only for objects that must be linked first (i.e.,
start code).  Objects have to be compiled following common compile rules,
and have to be generated into common places (i.e., top of kernel build
directory).

${MD_LIBS} defines libraries that are built by separate makefiles, under
separate directories.  `Makefile.kern.inc' doesn't know intermediate library
objects.
2015-09-06 02:17:30 +00:00
..
compile
conf Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of 2015-09-06 02:17:30 +00:00
dev - move prototypes to common header file 2015-08-21 10:48:06 +00:00
include Consistently define WARN in a way that passes format string checks, i.e. 2014-08-06 21:57:48 +00:00
luna68k Fix spelling in comments. 2015-09-03 13:07:46 +00:00
stand Use the default boot device if a kernel name without device is specificed. 2015-09-01 13:55:25 +00:00
Makefile