NetBSD/sys/arch/atari
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
..
atari Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF 2015-03-04 20:29:59 +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 include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
include src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
isa Adapt to the changed signature of pckbc_cnattach(). 2012-10-13 17:58:53 +00:00
pci make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
stand No need to have errno in a MD file. It's in MI src/sys/lib/libsa/errno.c. 2015-08-12 18:32:48 +00:00
vme src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
Makefile Fix target 'tags'. 2011-04-04 19:44:16 +00:00