# $NetBSD: Makefile,v 1.11 2013/09/21 08:40:37 tsutsui Exp $ S!= cd ${.CURDIR}/../../../..; pwd # DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \ # -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG DEFS= ${DBG} #-fno-defer-pop CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP #CPPFLAGS+= -DSUPPORT_DHCP #CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM CPPFLAGS+= -DSUPPORT_NFS -DNFS_NOSYMLINK .include "../Makefile.booters" # only needed during build libinstall:: .include ### find out what to use for libsa SA_AS= library SAMISCMAKEFLAGS= SA_USE_LOADFILE=yes SA_EXTRADIR=${.CURDIR} .include "${S}/lib/libsa/Makefile.inc" LIBSA= ${SALIB} ### find out what to use for libkern KERN_AS= library .include "${S}/lib/libkern/Makefile.inc" LIBKERN= ${KERNLIB} LIBS= ${LIBSA} ${LIBKERN} CLEANFILES+= srt0.o all realall: ${LIBS} srt0.o cleandir distclean: .WAIT cleanlibdir cleanlibdir: rm -rf lib tion> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/target
AgeCommit message (Expand)Author
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2018-11-27Fix widespread leak in the sendsig_siginfo() functions. sigframe_siginfomaxv
2018-06-06Remove duplicate ;maya
2018-05-22Include <machine/mcontext.h> now its availablereinoud
2018-05-18Remove outdated commentreinoud
2018-05-18Use knowledge of mcontext for i386 supportreinoud
2018-05-18Use knowledge about the mcontextreinoud
2013-11-11implement md_get_pc and md_set_pcjmcneill
2013-11-10usermode arm md stubjmcneill
2012-03-03Implement signal forwarding to userland for usermode kernels. Especiallyreinoud
2012-01-21Add extra kasserts to make sure we dont derive paramters from zero ucp'sreinoud
2012-01-14Revamp the NetBSD/usermode pagefault and illegal instruction handing. It nowreinoud
2012-01-07Move target/${USERMODE_CPU} to target/${MACHINE_CPU} to more clearlyreinoud
2012-01-07Add AMD64 target for NetBSD/usermode next to i386 and reorganize source treereinoud