summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/Makefile.inc
blob: c29494ba6aef91fd80ea582fdb65d5d426140a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile.inc,v 1.7 1998/11/02 23:28:10 msmith Exp $

SRCS+=	bcache.c boot.c commands.c console.c devopen.c interp.c 
SRCS+=	interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.c 
SRCS+=	module.c panic.c

# Machine-independant ISA PnP
.if HAVE_ISABUS
SRCS+=	isapnp.c
.endif
.if HAVE_PNP
SRCS+=	pnp.c
.endif

# Forth interpreter
.if BOOT_FORTH
SRCS+=	interp_forth.c
.endif
OpenPOWER on IntegriCloud