summaryrefslogtreecommitdiff
path: root/sys/lkm/exec/ibcs2_elf/Makefile
blob: e1d19857a21b3d283a1d5ad89eb70cb65e84e5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.4 2002/05/30 18:53:18 thorpej Exp $

.include "../Makefile.inc"

.PATH:	$S/compat/ibcs2

CPPFLAGS+=	-nostdinc -D_KERNEL -DEXEC_ELF32

KMOD=	exec_ibcs2_elf

SRCS=	lkminit_exec.c
SRCS+=	ibcs2_exec_elf32.c

.include <bsd.kmod.mk>