summaryrefslogtreecommitdiff
path: root/stand/libofw/Makefile
blob: 3d4c70dcfc10603ee62900badef772fc61ce43da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.include <bsd.init.mk>

LIB=		ofw

SRCS=	devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
	ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
	ofw_time.c openfirm.c

# Pick up the bootstrap header for some interface items
CFLAGS+=	-I${LDRSRC}

.ifdef(BOOT_DISK_DEBUG)
# Make the disk code more talkative
CFLAGS+= -DDISK_DEBUG
.endif

.include <bsd.lib.mk>