diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2019-11-20 19:37:51 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2019-11-20 19:37:51 +0000 |
| commit | 16e12c90759cf68fc921dd7d45b067f90e48f49b (patch) | |
| tree | 3b0b3959175f215f25eeb256a6452d0a9c50e442 /sys/modules/exec_elf32 | |
| parent | 28e93b56963f580bf807962ecad6f59b7edc2430 (diff) | |
Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.
Welcome to 9.99.18 !
Diffstat (limited to 'sys/modules/exec_elf32')
| -rw-r--r-- | sys/modules/exec_elf32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/exec_elf32/Makefile b/sys/modules/exec_elf32/Makefile index 63d9e794442..e8307249141 100644 --- a/sys/modules/exec_elf32/Makefile +++ b/sys/modules/exec_elf32/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2019/02/17 13:21:55 rin Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/20 19:37:54 pgoyette Exp $ .include "../Makefile.inc" KMOD= exec_elf32 -CPPFLAGS+= -DEXEC_ELF32 -DCOREDUMP +CPPFLAGS+= -DEXEC_ELF32 .if ${MACHINE_ARCH} != "arm" && \ ${MACHINE_ARCH} != "armeb" && \ ${MACHINE_ARCH} != "m68000" && \ |
